Skip to content

Commit dd5bf26

Browse files
committed
Fix spelling errors.
* Ambigious -> Ambiguous
1 parent 41f6a15 commit dd5bf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gazetteer-style.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void gazetteer_style_t::add_style_entry(std::string const &key,
170170
// prefix: works on empty key only
171171
if (key[key.size() - 1] == '*') {
172172
if (key.size() == 1) {
173-
throw std::runtime_error("Style error. Ambigious key '*'.");
173+
throw std::runtime_error("Style error. Ambiguous key '*'.");
174174
}
175175
if (!value.empty()) {
176176
throw std::runtime_error(

0 commit comments

Comments
 (0)