aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenji Hosokawa <khosokawa@jp.adit-jv.com>2020-12-16 16:20:11 +0900
committerKenji Hosokawa <khosokawa@jp.adit-jv.com>2020-12-16 22:52:08 +0900
commit4f4d44074e40d7161a50aa95d50004d369f1bf7b (patch)
tree59088b757f5085b313cf73d822ef506f048a1bc2
parent0199e2d8b3e3f9ffb0733e78ee363879d721a573 (diff)
Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
-rw-r--r--include/rba/RBAViewAction.hpp2
-rw-r--r--include/rba/RBAViewContentState.hpp2
-rw-r--r--src/include/rba/RBAResult.hpp2
-rw-r--r--src/include/rba/RBAViewAction.hpp2
-rw-r--r--src/include/rba/RBAViewContentState.hpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/include/rba/RBAViewAction.hpp b/include/rba/RBAViewAction.hpp
index ed9d05f..6fac1e0 100644
--- a/include/rba/RBAViewAction.hpp
+++ b/include/rba/RBAViewAction.hpp
@@ -15,7 +15,7 @@
*/
/**
- * VIew action class
+ * View action class
*/
#ifndef RBAVIEWACTION_HPP
diff --git a/include/rba/RBAViewContentState.hpp b/include/rba/RBAViewContentState.hpp
index 5924158..2b0184a 100644
--- a/include/rba/RBAViewContentState.hpp
+++ b/include/rba/RBAViewContentState.hpp
@@ -15,7 +15,7 @@
*/
/**
- * VIew content state class
+ * View content state class
*/
#ifndef RBAVIEWCONTENTSTATE_HPP
diff --git a/src/include/rba/RBAResult.hpp b/src/include/rba/RBAResult.hpp
index 8a29785..53c2a35 100644
--- a/src/include/rba/RBAResult.hpp
+++ b/src/include/rba/RBAResult.hpp
@@ -111,7 +111,7 @@ public:
* @return List of active view content states.
* @details
* The active view content states are those that have been requested to
- * display so far. They do not include the view content state whose request
+ * display so far. They do not include the view content state whose request
* has been withdrawn or canceled.
*/
virtual const std::list<const RBAViewContentState*>& getActiveViewContentStates() const=0;
diff --git a/src/include/rba/RBAViewAction.hpp b/src/include/rba/RBAViewAction.hpp
index ed9d05f..6fac1e0 100644
--- a/src/include/rba/RBAViewAction.hpp
+++ b/src/include/rba/RBAViewAction.hpp
@@ -15,7 +15,7 @@
*/
/**
- * VIew action class
+ * View action class
*/
#ifndef RBAVIEWACTION_HPP
diff --git a/src/include/rba/RBAViewContentState.hpp b/src/include/rba/RBAViewContentState.hpp
index 5924158..2b0184a 100644
--- a/src/include/rba/RBAViewContentState.hpp
+++ b/src/include/rba/RBAViewContentState.hpp
@@ -15,7 +15,7 @@
*/
/**
- * VIew content state class
+ * View content state class
*/
#ifndef RBAVIEWCONTENTSTATE_HPP