1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
This commit is contained in:
Damian Day 2020-03-27 11:16:18 +00:00
parent 24dd60933b
commit e78ebca9cc

View file

@ -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)