Skip to content

Commit

Permalink
hexen: Fix spelling error
Browse files Browse the repository at this point in the history
Thanks Fabian.
  • Loading branch information
fragglet committed Jan 10, 2018
1 parent a42d9a2 commit 55a1c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hexen/p_acs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

//==========================================================================
Expand Down

0 comments on commit 55a1c1c

Please sign in to comment.