summaryrefslogtreecommitdiff
path: root/src/components/rpc_base
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-12-27 17:24:48 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-12-29 09:42:05 +0200
commit85bba21e1839f3a5f79b64b88578e7dbbe134c3c (patch)
treee28a32b9a359132371f0deed122c7cba57a24c25 /src/components/rpc_base
parent5f1e86cee34511417b9137740ae6fcb557dc9042 (diff)
downloadsdl_core-85bba21e1839f3a5f79b64b88578e7dbbe134c3c.tar.gz
Add validation preloaded_pt field in PT_UPDATE type of table
Fixed defect : APPLINK-30866
Diffstat (limited to 'src/components/rpc_base')
-rw-r--r--src/components/rpc_base/include/rpc_base/rpc_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/rpc_base/include/rpc_base/rpc_base.h b/src/components/rpc_base/include/rpc_base/rpc_base.h
index 4b9b432d9a..cf5656176c 100644
--- a/src/components/rpc_base/include/rpc_base/rpc_base.h
+++ b/src/components/rpc_base/include/rpc_base/rpc_base.h
@@ -58,7 +58,7 @@ enum PolicyTableType {
PT_UPDATE,
PT_SNAPSHOT
};
-const std::string ommited_validation_info = "should be ommited in ";
+const std::string omitted_validation_info = "should be omitted in ";
const std::string required_validation_info = "is required in ";
std::string PolicyTableTypeToString(const PolicyTableType pt_type);