mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 05:44:11 +02:00
Spelling
This commit is contained in:
parent
24dd60933b
commit
e78ebca9cc
1 changed files with 2 additions and 2 deletions
|
@ -3533,7 +3533,7 @@ namespace IDE
|
||||||
{
|
{
|
||||||
if (IsCompiling)
|
if (IsCompiling)
|
||||||
{
|
{
|
||||||
Fail("Cannot clean while compilign");
|
Fail("Cannot clean while compiling");
|
||||||
return; // Ignore
|
return; // Ignore
|
||||||
}
|
}
|
||||||
if (mDebugger.mIsRunning)
|
if (mDebugger.mIsRunning)
|
||||||
|
@ -3549,7 +3549,7 @@ namespace IDE
|
||||||
{
|
{
|
||||||
if (IsCompiling)
|
if (IsCompiling)
|
||||||
{
|
{
|
||||||
Fail("Cannot clean while compilign");
|
Fail("Cannot clean while compiling");
|
||||||
return; // Ignore
|
return; // Ignore
|
||||||
}
|
}
|
||||||
if (mDebugger.mIsRunning)
|
if (mDebugger.mIsRunning)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue