ref: 55a1c1c9e5ddc3c4e4e27240860d48bdb5701798
parent: a42d9a220756e704497af690509f1ffbae5acaae
author: Simon Howard <[email protected]>
date: Tue Jan 9 22:01:46 EST 2018
hexen: Fix spelling error Thanks Fabian.
--- a/src/hexen/p_acs.c
+++ b/src/hexen/p_acs.c
@@ -323,7 +323,7 @@
va_start(args, fmt);
M_vsnprintf(buf, sizeof(buf), fmt, args);
va_end(args);
- I_Error("ACS assertation failure: in %s: %s", EvalContext, buf);
+ I_Error("ACS assertion failure: in %s: %s", EvalContext, buf);
}
//==========================================================================