diff --git a/IDE/src/IDEApp.bf b/IDE/src/IDEApp.bf index a4314dd3..691ef222 100644 --- a/IDE/src/IDEApp.bf +++ b/IDE/src/IDEApp.bf @@ -3533,7 +3533,7 @@ namespace IDE { if (IsCompiling) { - Fail("Cannot clean while compilign"); + Fail("Cannot clean while compiling"); return; // Ignore } if (mDebugger.mIsRunning) @@ -3549,7 +3549,7 @@ namespace IDE { if (IsCompiling) { - Fail("Cannot clean while compilign"); + Fail("Cannot clean while compiling"); return; // Ignore } if (mDebugger.mIsRunning)