hexen: Fix spelling error

Thanks Fabian.
This commit is contained in:
Simon Howard 2018-01-10 03:01:46 +00:00 committed by GitHub
parent a42d9a2207
commit 55a1c1c9e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -323,7 +323,7 @@ static void ACSAssert(int condition, char *fmt, ...)
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);
}
//==========================================================================