'Can not' -> 'Cannot'; eliminated a typo.
This commit is contained in:
parent
36475d9ca2
commit
691ab23110
1 changed files with 2 additions and 2 deletions
|
@ -219,8 +219,8 @@ bool class_source_parser::save_schema(){
|
|||
}
|
||||
out.open(output_.c_str(),std::ios::out|std::ios::trunc);
|
||||
if (out.fail()){
|
||||
errors_.add_simple_error("Can not open file "+output_+
|
||||
"\n Output woulfd not be stored\n");
|
||||
errors_.add_simple_error("Cannot open file "+output_+
|
||||
"\n Output would not be stored\n");
|
||||
return false;
|
||||
}
|
||||
// remove all forbidden keys
|
||||
|
|
Loading…
Add table
Reference in a new issue