Skip to content

Commit b8ee179

Browse files
authored
fix "critial" error misspelling (HaxeFoundation#1071)
how did this even happen in the first place lmao
1 parent a2b2945 commit b8ee179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hx/Debug.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static void CriticalErrorHandler(String inErr, bool allowFixup)
8989
DBGLOG("Critical Error: %s\n", inErr.utf8_str());
9090

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

0 commit comments

Comments
 (0)