summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksym Ked <mked@luxoft.com>2019-06-20 20:07:07 +0300
committerMaksym Ked (GitHub) <mked@luxoft.com>2019-06-25 13:58:40 +0300
commitbafc1e650634675b99b415cc633604c443f02421 (patch)
tree2b3dde1e4d2da01df5364cb425b8ad8333e3e3a1
parent977a4dd0055e45ac57ae6124e90f9a2067ce0e73 (diff)
downloadsdl_core-feature/rpc_message_protection_static_policy_types.tar.gz
- fixed typos - fixed 3rd party cmake
-rw-r--r--src/3rd_party/CMakeLists.txt2
-rw-r--r--src/components/application_manager/include/application_manager/message_helper.h2
-rw-r--r--src/components/application_manager/include/application_manager/rpc_protection_manager.h2
-rw-r--r--src/components/application_manager/include/application_manager/rpc_protection_manager_impl.h2
-rw-r--r--src/components/policy/policy_external/include/policy/policy_helper.h4
5 files changed, 6 insertions, 6 deletions
diff --git a/src/3rd_party/CMakeLists.txt b/src/3rd_party/CMakeLists.txt
index 3d2ca9a425..951c437e59 100644
--- a/src/3rd_party/CMakeLists.txt
+++ b/src/3rd_party/CMakeLists.txt
@@ -195,7 +195,7 @@ if ((NOT "${BSON_FOUND}") OR ("${BSON_VERSION}" VERSION_LESS "1.2.0"))
INSTALL_DIR ${3RD_PARTY_INSTALL_PREFIX}
DOWNLOAD_DIR ${BSON_LIB_SOURCE_DIRECTORY}
SOURCE_DIR ${BSON_LIB_SOURCE_DIRECTORY}
- CONFIGURE_COMMAND touch aclocal.m4 configure.ac Makefile.am Makefile.in configure config.h.in && ./configure --prefix=${3RD_PARTY_INSTALL_PREFIX}
+ CONFIGURE_COMMAND touch aclocal.m4 configure.ac Makefile.am Makefile.in configure config.h.in libbson.pc.in && ./configure --prefix=${3RD_PARTY_INSTALL_PREFIX}
BUILD_COMMAND make
INSTALL_COMMAND ${BSON_INSTALL_COMMAND}
UPDATE_COMMAND git pull)
diff --git a/src/components/application_manager/include/application_manager/message_helper.h b/src/components/application_manager/include/application_manager/message_helper.h
index d890f4985a..a479be20c8 100644
--- a/src/components/application_manager/include/application_manager/message_helper.h
+++ b/src/components/application_manager/include/application_manager/message_helper.h
@@ -488,7 +488,7 @@ class MessageHelper {
* @brief Send notification to mobile on application permissions update
* @param connection_key Id of application to send message to
* @param permissions updated permissions for application
- * @param app_mngr reference ro application manager
+ * @param app_mngr reference to application manager
* @param require_encryption require encryption flag
*/
static void SendOnPermissionsChangeNotification(
diff --git a/src/components/application_manager/include/application_manager/rpc_protection_manager.h b/src/components/application_manager/include/application_manager/rpc_protection_manager.h
index 2f77143573..34188da4e9 100644
--- a/src/components/application_manager/include/application_manager/rpc_protection_manager.h
+++ b/src/components/application_manager/include/application_manager/rpc_protection_manager.h
@@ -83,7 +83,7 @@ class RPCProtectionManager : public policy::PolicyHandlerObserver {
* @brief check whether given rpc is saved to internal cache and needs to be
* encrypted before sending to mobile
* @param app_id application id
- * @param correlation_id conrrelation id
+ * @param correlation_id correlation id
* @return true if the message with correlation id correlation_id needed e
* ncryption else false
*/
diff --git a/src/components/application_manager/include/application_manager/rpc_protection_manager_impl.h b/src/components/application_manager/include/application_manager/rpc_protection_manager_impl.h
index 76e36626e0..b971ace480 100644
--- a/src/components/application_manager/include/application_manager/rpc_protection_manager_impl.h
+++ b/src/components/application_manager/include/application_manager/rpc_protection_manager_impl.h
@@ -73,7 +73,7 @@ class RPCProtectionManagerImpl : public RPCProtectionManager {
private:
/*
- * @brief check whether given rpc is an exeption
+ * @brief check whether given rpc is an exception
* @param function_id function id
* @return true if function_id is an exception (rpc that can be sent before
* app is registered, hence before secure rpc service is established)
diff --git a/src/components/policy/policy_external/include/policy/policy_helper.h b/src/components/policy/policy_external/include/policy/policy_helper.h
index 36abb47dd6..ab418a5f06 100644
--- a/src/components/policy/policy_external/include/policy/policy_helper.h
+++ b/src/components/policy/policy_external/include/policy/policy_helper.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013, Ford Motor Company
All rights reserved.
@@ -204,7 +204,7 @@ struct CheckAppPolicy {
/**
* @brief IsEncryptionRequiredFlagChanged check if encryption_needed flag was
* changed for application or application groups
- * @param app_policy applicaiton policies
+ * @param app_policy application policies
* @return true if encryption_needed state was changed otherwise - false
*/
bool IsEncryptionRequiredFlagChanged(