diff options
Diffstat (limited to 'ios/iosremote/SWRevealViewController/SWRevealViewController.m')
-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. // |