mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Fix grammar: then -> than
This commit is contained in:
parent
c5a4221b58
commit
e4cadc90a5
1 changed files with 1 additions and 1 deletions
|
@ -2310,7 +2310,7 @@ void D_DoomMain (void)
|
|||
|
||||
if (hashfile)
|
||||
{
|
||||
Printf("Notice: File hashing is incredibly verbose. Expect loading files to take much longer then usual.\n");
|
||||
Printf("Notice: File hashing is incredibly verbose. Expect loading files to take much longer than usual.\n");
|
||||
}
|
||||
|
||||
Printf ("W_Init: Init WADfiles.\n");
|
||||
|
|
Loading…
Reference in a new issue