Skip to content
Snippets Groups Projects
Commit b8860417 authored by Franck Dary's avatar Franck Dary
Browse files

Fixed typo

parent 35d05a12
Branches
No related tags found
No related merge requests found
...@@ -382,7 +382,7 @@ unsigned int Dict::addEntry(const std::string & s) ...@@ -382,7 +382,7 @@ unsigned int Dict::addEntry(const std::string & s)
if ((int)str2index.size() >= ProgramParameters::dictCapacity) if ((int)str2index.size() >= ProgramParameters::dictCapacity)
{ {
fprintf(stderr, "ERROR (%s) : Dict %s of maximal capacity %d is full. Saving dict than aborting.\n", ERRINFO, name.c_str(), ProgramParameters::dictCapacity); fprintf(stderr, "ERROR (%s) : Dict %s of maximal capacity %d is full. Saving dict then aborting.\n", ERRINFO, name.c_str(), ProgramParameters::dictCapacity);
save(); save();
exit(1); exit(1);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment