Skip to content

Commit

Permalink
fix "critial" error misspelling (#1071)
Browse files Browse the repository at this point in the history
how did this even happen in the first place lmao
  • Loading branch information
ThePlank authored Oct 28, 2023
1 parent a2b2945 commit b8ee179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hx/Debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void CriticalErrorHandler(String inErr, bool allowFixup)
DBGLOG("Critical Error: %s\n", inErr.utf8_str());

#if defined(HX_WINDOWS) && !defined(HX_WINRT)
MessageBoxA(0, inErr.utf8_str(), "Critial Error - program must terminate",
MessageBoxA(0, inErr.utf8_str(), "Critical Error - program must terminate",
MB_ICONEXCLAMATION|MB_OK);
#endif

Expand Down

0 comments on commit b8ee179

Please sign in to comment.