Assorted grammar fixes

Mainly from Lyudmil Antonov and
one from Henri Wiechers and Louis Zulli.

No functional change.
This commit is contained in:
Marco Costalba
2014-01-07 14:25:35 +09:00
parent 1fee23a598
commit a646f74e6a
8 changed files with 8 additions and 8 deletions

View File

@@ -113,7 +113,7 @@ std::ostream& operator<<(std::ostream& os, const OptionsMap& om) {
}
/// Option c'tors and conversion operators
/// Option class constructors and conversion operators
Option::Option(const char* v, Fn* f) : type("string"), min(0), max(0), idx(Options.size()), on_change(f)
{ defaultValue = currentValue = v; }