Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-08-25 13:08:40 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-08-25 13:08:40 +0300
commit2fb9e5d342fafb22d3e2a15eb16b73d14d7d9117 (patch)
tree62495dd2fa166f5100735cc32b7506b63d4da0c3 /src/GCodes/GCodes3.cpp
parent010caee41c21be3e2af267528461cc0a171c7413 (diff)
Fall back to /sys if wifi firmware not found in /firmware
Diffstat (limited to 'src/GCodes/GCodes3.cpp')
-rw-r--r--src/GCodes/GCodes3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GCodes/GCodes3.cpp b/src/GCodes/GCodes3.cpp
index 029c2a2f..b48aa50a 100644
--- a/src/GCodes/GCodes3.cpp
+++ b/src/GCodes/GCodes3.cpp
@@ -1175,7 +1175,7 @@ GCodeResult GCodes::UpdateFirmware(GCodeBuffer& gb, const StringRef &reply)
{
if (firmwareUpdateModuleMap.CountSetBits() > 1)
{
- reply.copy("Filename can only be provided when updating excactly one module\n");
+ reply.copy("Filename can only be provided when updating exactly one module\n");
firmwareUpdateModuleMap.Clear();
return GCodeResult::error;
}