Corrected a speling errror
This commit is contained in:
parent
c09afc035b
commit
3071e89167
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ bool Webserver::LoadGcodeBuffer(char* gc, bool convertWeb)
|
|||
{
|
||||
if(!platform->GetMassStorage()->Delete(platform->GetGCodeDir(), &gcodeBuffer[4]))
|
||||
{
|
||||
platform->Message(HOST_MESSAGE, "Unsuccsessful attempt to delete: ");
|
||||
platform->Message(HOST_MESSAGE, "Unsuccessful attempt to delete: ");
|
||||
platform->Message(HOST_MESSAGE, &gcodeBuffer[4]);
|
||||
platform->Message(HOST_MESSAGE, "\n");
|
||||
}
|
||||
|
|
Reference in a new issue