1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-23 18:18:00 +02:00

Merge pull request #103 from damianday/spelling

Spelling
This commit is contained in:
Brian Fiete 2020-03-27 05:38:53 -07:00 committed by GitHub
commit 9a5308b19e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)