summaryrefslogtreecommitdiff
path: root/src/components/config_profile
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-11-27 15:08:05 -0500
committerJackLivio <jack@livio.io>2018-11-27 15:08:05 -0500
commitb6d7da141931249923729c9f14ae5bf9109e9a82 (patch)
tree6c3403d6cd7e140c34531b49c13dfa9e1d761e7b /src/components/config_profile
parent848139e3ee4b764def96cc8e41bfb7c45a1161e6 (diff)
downloadsdl_core-b6d7da141931249923729c9f14ae5bf9109e9a82.tar.gz
Address Comments and Remove Unused Code
Diffstat (limited to 'src/components/config_profile')
-rw-r--r--src/components/config_profile/src/profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/config_profile/src/profile.cc b/src/components/config_profile/src/profile.cc
index c10f81a869..38afdbf35b 100644
--- a/src/components/config_profile/src/profile.cc
+++ b/src/components/config_profile/src/profile.cc
@@ -81,7 +81,7 @@ const char* kMediaManagerSection = "MEDIA MANAGER";
const char* kGlobalPropertiesSection = "GLOBAL PROPERTIES";
const char* kVrCommandsSection = "VR COMMANDS";
const char* kTransportManagerSection = "TransportManager";
-const char* kCloudAppTransportSection = "Cloud App Connections";
+const char* kCloudAppTransportSection = "CloudAppConnections";
const char* kApplicationManagerSection = "ApplicationManager";
const char* kFilesystemRestrictionsSection = "FILESYSTEM RESTRICTIONS";
const char* kIAPSection = "IAP";