mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
fix typo
[SVN r67037]
This commit is contained in:
@@ -296,7 +296,7 @@ void validate(boost::any& v,
|
||||
if (regex_match(s, match, r)) {
|
||||
v = any(magic_number(lexical_cast<int>(match[1])));
|
||||
} else {
|
||||
throw validation_error(valodation_error::invalid_option_value);
|
||||
throw validation_error(validation_error::invalid_option_value);
|
||||
}
|
||||
}
|
||||
]]>
|
||||
|
||||
Reference in New Issue
Block a user