Skip to content

Commit ec3192a

Browse files
committed
fix typo
[SVN r67037]
1 parent abd32c8 commit ec3192a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/howto.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ void validate(boost::any& v,
296296
if (regex_match(s, match, r)) {
297297
v = any(magic_number(lexical_cast<int>(match[1])));
298298
} else {
299-
throw validation_error(valodation_error::invalid_option_value);
299+
throw validation_error(validation_error::invalid_option_value);
300300
}
301301
}
302302
]]>

0 commit comments

Comments
 (0)