Cleanup: Fix various spelling errors

This commit is contained in:
Jonathan G Rennison
2025-02-12 17:18:02 +00:00
committed by rubidium42
parent 4d0682d034
commit d06b371254
76 changed files with 132 additions and 132 deletions

View File

@@ -2334,7 +2334,7 @@ struct CompanyWindow : Window
}
if (y == r.top) {
/* No String was emited before, so there must be no vehicles at all. */
/* No String was emitted before, so there must be no vehicles at all. */
DrawString(r.left, r.right, y, STR_COMPANY_VIEW_VEHICLES_NONE);
}
}
@@ -2377,7 +2377,7 @@ struct CompanyWindow : Window
}
if (y == r.top) {
/* No String was emited before, so there must be no infrastructure at all. */
/* No String was emitted before, so there must be no infrastructure at all. */
DrawString(r.left, r.right, y, STR_COMPANY_VIEW_INFRASTRUCTURE_NONE);
}
}