diff --git a/SlideMenu/Source/SlideNavigationController.h b/SlideMenu/Source/SlideNavigationController.h index a24a50f..0c71d5b 100644 --- a/SlideMenu/Source/SlideNavigationController.h +++ b/SlideMenu/Source/SlideNavigationController.h @@ -43,7 +43,7 @@ typedef enum{ @property (nonatomic, assign) BOOL avoidSwitchingToSameClassViewController; @property (nonatomic, assign) BOOL enableSwipeGesture; -@property (nonatomic, strong) UIViewController *righMenu; +@property (nonatomic, strong) UIViewController *rightMenu; @property (nonatomic, strong) UIViewController *leftMenu; @property (nonatomic, strong) UIBarButtonItem *leftbarButtonItem; @property (nonatomic, strong) UIBarButtonItem *rightBarButtonItem;