Fix typos in src/App

This commit is contained in:
luz.paz
2019-07-19 15:18:29 -04:00
committed by wmayer
parent 951d872831
commit 3a1a6eb7d8
18 changed files with 75 additions and 76 deletions

View File

@@ -560,7 +560,7 @@ std::string ObjectIdentifier::getSubPathStr(bool toPython) const {
* @brief Construct a Component part
* @param _name Name of component
* @param _type Type; simple, array, range or map
* @param _begin Array index or begining of a Range, or INT_MAX for other type.
* @param _begin Array index or beginning of a Range, or INT_MAX for other type.
* @param _end ending of a Range, or INT_MAX for other type.
*/
@@ -723,7 +723,7 @@ ObjectIdentifier::Component ObjectIdentifier::Component::MapComponent(String &&_
/**
* @brief Create a range component with given begin and end.
* @param _begin begining index of the range
* @param _begin beginning index of the range
* @param _end ending index of the range
* @return A new Component object.
*/