diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 12:34:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 15:05:04 +0200 |
commit | be62c01287c095c22a83ecfe6f9f45874f6e56f8 (patch) | |
tree | ee40a7558322b4627a564f69dfb92e4c8401bea0 /ios | |
parent | 80697835719c5220c68608954ade949b5a7ed503 (diff) |
fdo#39674 fix some spelling
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
Diffstat (limited to 'ios')
-rwxr-xr-x | ios/iosremote/SWRevealViewController/SWRevealViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/iosremote/SWRevealViewController/SWRevealViewController.m b/ios/iosremote/SWRevealViewController/SWRevealViewController.m index de861f66ed0c..53f101f0c889 100755 --- a/ios/iosremote/SWRevealViewController/SWRevealViewController.m +++ b/ios/iosremote/SWRevealViewController/SWRevealViewController.m @@ -544,7 +544,7 @@ static NSString * const SWSegueRightIdentifier = @"sw_right"; // Uncomment the following code if you want the child controllers // to be loaded at this point. // - // We leave this commented out because we think loading childs here is conceptually wrong. + // We leave this commented out because we think loading children here is conceptually wrong. // Instead, we refrain view loads until necesary, for example we may never load // the rear controller view -or the front controller view- if it is never displayed. // |