Commit cd28ab58 by Maarten L. Hekkelman

typo in error message

parent a78fa0a8
...@@ -120,7 +120,7 @@ class validation_category_impl : public std::error_category ...@@ -120,7 +120,7 @@ class validation_category_impl : public std::error_category
case validation_error::missing_key_items: case validation_error::missing_key_items:
return "An index could not be constructed due to missing key items"; return "An index could not be constructed due to missing key items";
case validation_error::item_not_allowed_in_category: case validation_error::item_not_allowed_in_category:
return "Requested item allowed in category according to dictionary"; return "Requested item not allowed in category according to dictionary";
case validation_error::empty_file: case validation_error::empty_file:
return "The file contains no datablocks"; return "The file contains no datablocks";
case validation_error::empty_datablock: case validation_error::empty_datablock:
......
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