Skip to content

Commit 1f9ff47

Browse files
committed
Fix some typos
1 parent 4c6d03a commit 1f9ff47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/world_builder/world.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ namespace WorldBuilder
165165
*/
166166

167167
WBAssertThrow((prm.get<std::string>("version") == Version::MAJOR + "." + Version::MINOR),
168-
"The major and minor version combination for which is input file was written "
168+
"The major and minor version combination for which this input file was written "
169169
"is not the same as the version of the World Builder you are running. This means "
170-
"That there may have been incompatible changes made between the versions. \n\n"
170+
"that there may have been incompatible changes made between the versions. \n\n"
171171
"Verify those changes and whether they affect your model. If this is not "
172172
"the case, adjust the version number in the input file. \n\nThe provided version "
173-
"number is \"" << prm.get<std::string>("version") << "\", while the used world builder "
173+
"number is \"" << prm.get<std::string>("version") << "\", while the used World Builder "
174174
"has (major.minor) version \"" << Version::MAJOR << "." << Version::MINOR << "\". "
175175
"If you created this file from scratch, fill set the version number to \"" <<
176-
Version::MAJOR << "." << Version::MINOR << "\" to continue. If you got the world builder "
176+
Version::MAJOR << "." << Version::MINOR << "\" to continue. If you got the World Builder "
177177
"file from somewhere, make sure that the output is what you expect it to be, because "
178178
"backwards incompatible changes may have been made to the code.");
179179

0 commit comments

Comments
 (0)