Commit 470526ee authored by twanvl's avatar twanvl

(typo in comment)

parent f73458c6
...@@ -285,7 +285,7 @@ String SubLocale::validate(const String& name, const SubLocaleValidatorP& v) con ...@@ -285,7 +285,7 @@ String SubLocale::validate(const String& name, const SubLocaleValidatorP& v) con
map<String,KeyValidator>::const_iterator it = v->keys.find(kv.first); map<String,KeyValidator>::const_iterator it = v->keys.find(kv.first);
if (it == v->keys.end() && !kv.second.empty()) { if (it == v->keys.end() && !kv.second.empty()) {
// allow extra keys with empty values as a kind of documentation // allow extra keys with empty values as a kind of documentation
// for example in the help stirngs: // for example in the help strings:
// help: // help:
// file: // file:
// new set: blah blah // new set: blah blah
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment