Skip to content
Snippets Groups Projects
Unverified Commit a304d5ac authored by Robin De Schepper's avatar Robin De Schepper Committed by GitHub
Browse files

Fix typo in proxy.hpp (#1551)

parent 81498f10
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ struct label_dict_proxy {
}
else {
// Successfully parsed an expression that is neither region nor locset.
throw util::pprintf("The defninition of '{} = {}' does not define a valid region or locset.", name, desc);
throw util::pprintf("The definition of '{} = {}' does not define a valid region or locset.", name, desc);
}
// The entry was added succesfully: store it in the cache.
cache[name] = desc;
......
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