From e78ebca9ccd13e9c0a388c1fd30d3375937f8b69 Mon Sep 17 00:00:00 2001 From: Damian Day Date: Fri, 27 Mar 2020 11:16:18 +0000 Subject: [PATCH] Spelling --- IDE/src/IDEApp.bf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)