mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +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)
|
||||
{
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue