Skip to content

Commit

Permalink
Update src/startup/ModeCLIParser.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vinjana committed Jun 21, 2021
1 parent 5d92837 commit e21ef73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/startup/ModeCLIParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ModeCLIParser : public ErrorAccumulator {
public:

/**
* Needs to be overriden by specialized mode parsers and is used to parse the application arguments.
* Needs to be overridden by specialized mode parsers and is used to parse the application arguments.
* Note, that subclasses may use derived classes of Runner as a return type (C++ allows this). However, e.g. CLion
* will not recognize parse as used!
*/
Expand Down

0 comments on commit e21ef73

Please sign in to comment.