summaryrefslogtreecommitdiff
path: root/src/components/policy/include/policy/pt_representation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/include/policy/pt_representation.h')
-rw-r--r--src/components/policy/include/policy/pt_representation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/policy/include/policy/pt_representation.h b/src/components/policy/include/policy/pt_representation.h
index 0294cbedb2..6193e84d30 100644
--- a/src/components/policy/include/policy/pt_representation.h
+++ b/src/components/policy/include/policy/pt_representation.h
@@ -139,8 +139,8 @@ class PTRepresentation {
/**
* @brief Get message text for displaying/pronouncing for user
* dependent on language and context.
- * @param msg_codes Context of message (Driver distraction, Grant permission
- * etc)
+ * @param msg_codes Context of message (Driver distraction, Grant permission
+ * etc)
* @param language Language of the message
* @return Array of appropriate messages parameters
*/
@@ -158,8 +158,8 @@ class PTRepresentation {
/**
* @brief GetLockScreenIcon allows to obtain lock screen icon url;
*
- * @return url which point to the resourse where lock screen icon could be
- *obtained.
+ * @return url which point to the resourse where lock screen icon could be
+ * obtained.
*/
virtual std::string GetLockScreenIconUrl() const = 0;