summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleonid lokhmatov, Luxoft <zaqqqqqqqq@gmail.com>2021-01-08 13:06:33 +0200
committerleonid lokhmatov, Luxoft <zaqqqqqqqq@gmail.com>2021-01-08 13:06:33 +0200
commit6d734610c7453a1c854597df9dbbebea8b6c009e (patch)
tree3c86a35f3ba415e5c8d46d43f3cbfee08672a44e
parent4564dcb5c18a206ff8bba4ee343f7e62e56c71c0 (diff)
downloadsdl_ios-6d734610c7453a1c854597df9dbbebea8b6c009e.tar.gz
SDL0238 'Keyboard Enhancements': fix wrong parameter name (upper case code generator issue)
-rw-r--r--SmartDeviceLink/private/SDLRPCParameterNames.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLRPCParameterNames.m b/SmartDeviceLink/private/SDLRPCParameterNames.m
index 755a29988..cb0510123 100644
--- a/SmartDeviceLink/private/SDLRPCParameterNames.m
+++ b/SmartDeviceLink/private/SDLRPCParameterNames.m
@@ -147,7 +147,7 @@ SDLRPCParameterName const SDLRPCParameterNameColumns = @"columns";
SDLRPCParameterName const SDLRPCParameterNameCommandIcon = @"cmdIcon";
SDLRPCParameterName const SDLRPCParameterNameCommandId = @"cmdID";
SDLRPCParameterName const SDLRPCParameterNameCompassDirection = @"compassDirection";
-SDLRPCParameterName const SDLRPCParameterNameConfigurableKeyboards = @"ConfigurableKeyboards";
+SDLRPCParameterName const SDLRPCParameterNameConfigurableKeyboards = @"configurableKeyboards";
SDLRPCParameterName const SDLRPCParameterNameConfigurableKeys = @"configurableKeys";
SDLRPCParameterName const SDLRPCParameterNameCorrelationId = @"correlationID";
SDLRPCParameterName const SDLRPCParameterNameCountryCode = @"countryCode";