(svn r27560) -Fix: typos in comments and string

This commit is contained in:
matthijs
2016-05-11 20:48:46 +00:00
parent baa11c8b0f
commit 91ddd32c20
3 changed files with 3 additions and 3 deletions

View File

@@ -603,7 +603,7 @@ TextEffectID ShowFillingPercent(int x, int y, int z, uint8 percent, StringID str
/**
* Update vehicle loading indicators.
* @param te_id TextEffectID to be updated.
* @param string String wich is printed.
* @param string String which is printed.
*/
void UpdateFillingPercent(TextEffectID te_id, uint8 percent, StringID string)
{