diff options
author | Nathan Plamondon <nplamondon@gmail.com> | 2020-05-11 09:30:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 12:30:57 -0400 |
commit | c402b275c39d4a38127f42ced9069fb071e62ab5 (patch) | |
tree | fdff93b02b298f6f712123138fe4a624a2fce956 /klippy/extras/bed_mesh.py | |
parent | 787ed452c2abe3bad81ffaf732b0b2609e3534bb (diff) | |
download | kutter-c402b275c39d4a38127f42ced9069fb071e62ab5.tar.gz kutter-c402b275c39d4a38127f42ced9069fb071e62ab5.tar.xz kutter-c402b275c39d4a38127f42ced9069fb071e62ab5.zip |
bed_mesh: Fix typo (#2849)
Signed-off-by: Nate Plamondon <nplamondon@gmail.com>
Diffstat (limited to 'klippy/extras/bed_mesh.py')
-rw-r--r-- | klippy/extras/bed_mesh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/bed_mesh.py b/klippy/extras/bed_mesh.py index 05a95bed..3c006a6a 100644 --- a/klippy/extras/bed_mesh.py +++ b/klippy/extras/bed_mesh.py @@ -461,7 +461,7 @@ class BedMeshCalibrate: if name is not None: if name == "default" and key == 'SAVE': gcmd.respond_info( - "Profile 'default' is reserved, please chose" + "Profile 'default' is reserved, please choose" " another profile name.") else: options[key](name) |