commit 04b3ca24ebb9d2a976e4adcdfb8212072b3d9794
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Fri Mar 16 20:34:01 2018 -0400
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Fri Mar 16 20:34:01 2018 -0400
Oops.
---
src/i_system.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/i_system.c b/src/i_system.c
index 3ebf3cc8..f72eaf26 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -306,7 +306,7 @@ void I_Error (char *error, ...)
}
//!
- // If specified, don't show a GUI for error messages when the
+ // If specified, don't show a GUI window for error messages when the
// game exits with an error.
//
exit_gui_popup = !M_ParmExists("-nogui");