bed_mesh: Fix typo (#2849)

Signed-off-by: Nate Plamondon <nplamondon@gmail.com>
This commit is contained in:
Nathan Plamondon 2020-05-11 09:30:57 -07:00 committed by GitHub
parent 787ed452c2
commit c402b275c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)