From e4cadc90a5aa9eff55fe4bc4a3b5a0d1d046fb3c Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Tue, 7 Apr 2015 11:08:28 -0500 Subject: [PATCH] Fix grammar: then -> than --- src/d_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index 1244cc88f1..da901bb68e 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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");