diff options
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 |