summaryrefslogtreecommitdiff
path: root/ios/iosremote/SWRevealViewController/SWRevealViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'ios/iosremote/SWRevealViewController/SWRevealViewController.m')
-rwxr-xr-xios/iosremote/SWRevealViewController/SWRevealViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/iosremote/SWRevealViewController/SWRevealViewController.m b/ios/iosremote/SWRevealViewController/SWRevealViewController.m
index 53f101f0c889..30efc45e5ed8 100755
--- a/ios/iosremote/SWRevealViewController/SWRevealViewController.m
+++ b/ios/iosremote/SWRevealViewController/SWRevealViewController.m
@@ -549,7 +549,7 @@ static NSString * const SWSegueRightIdentifier = @"sw_right";
// the rear controller view -or the front controller view- if it is never displayed.
//
// If you need to manipulate views of any of your child controllers in an override
- // of this method, you can load yourself the views explicitly on your overriden method.
+ // of this method, you can load yourself the views explicitly on your overridden method.
// However we discourage it as an app following the MVC principles should never need to do so
// [_frontViewController view];