diff options
author | Kenji Hosokawa <khosokawa@jp.adit-jv.com> | 2020-12-16 16:20:11 +0900 |
---|---|---|
committer | Kenji Hosokawa <khosokawa@jp.adit-jv.com> | 2020-12-16 22:52:08 +0900 |
commit | 4f4d44074e40d7161a50aa95d50004d369f1bf7b (patch) | |
tree | 59088b757f5085b313cf73d822ef506f048a1bc2 /src | |
parent | 0199e2d8b3e3f9ffb0733e78ee363879d721a573 (diff) |
Fix typokoi_10.91.0koi/10.91.010.91.0
Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/include/rba/RBAResult.hpp | 2 | ||||
-rw-r--r-- | src/include/rba/RBAViewAction.hpp | 2 | ||||
-rw-r--r-- | src/include/rba/RBAViewContentState.hpp | 2 |
3 files changed, 3 insertions, 3 deletions
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 |