summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-12-05 10:51:24 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2016-12-05 10:51:24 -0800
commit5210babef0ae86fb3d9dc5bc4991523e5da96117 (patch)
tree9e6e12f974a6d4c0f4dfb0efe386532f1012854c
parentd33a1ce8c569247a698ca86719b058ace2a579ea (diff)
downloadsdl_ios-5210babef0ae86fb3d9dc5bc4991523e5da96117.tar.gz
Fix typo in initializer property name.
-rw-r--r--SmartDeviceLink/SDLSoftButton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSoftButton.h b/SmartDeviceLink/SDLSoftButton.h
index cfc62a33e..6bb5ff2e5 100644
--- a/SmartDeviceLink/SDLSoftButton.h
+++ b/SmartDeviceLink/SDLSoftButton.h
@@ -18,7 +18,7 @@
- (instancetype)initWithHandler:(SDLRPCNotificationHandler)handler;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
-- (instancetype)initWithType:(SDLSoftButtonType *)tyle text:(NSString *)text image:(SDLImage *)image highlighted:(BOOL)highlighted buttonId:(UInt16)buttonId systemAction:(SDLSystemAction *)systemAction handler:(SDLRPCNotificationHandler)handler;
+- (instancetype)initWithType:(SDLSoftButtonType *)type text:(NSString *)text image:(SDLImage *)image highlighted:(BOOL)highlighted buttonId:(UInt16)buttonId systemAction:(SDLSystemAction *)systemAction handler:(SDLRPCNotificationHandler)handler;
@property (copy, nonatomic) SDLRPCNotificationHandler handler;