Cleanup: Fix various spelling errors
This commit is contained in:
committed by
rubidium42
parent
4d0682d034
commit
d06b371254
+1
-1
@@ -176,7 +176,7 @@ void Gamelog::Print(std::function<void(const std::string &)> proc)
|
||||
|
||||
/* virtual */ void LoggedChangeRevision::FormatTo(std::back_insert_iterator<std::string> &output_iterator, GrfIDMapping &, GamelogActionType)
|
||||
{
|
||||
/* The game was loaded in a diffferent version than before. */
|
||||
/* The game was loaded in a different version than before. */
|
||||
fmt::format_to(output_iterator, "Revision text changed to {}, savegame version {}, ",
|
||||
this->text, this->slver);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user