moonraker: fixes minor typo

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
Pedro Lamas 2021-12-28 16:05:35 +00:00 committed by Eric Callahan
parent 05af4babb9
commit d997fd637a
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ class Server:
result = await self.klippy_apis.get_object_list(default=None)
if result is None:
logging.info(
f"Unable to retreive Klipper Object List")
f"Unable to retrieve Klipper Object List")
return
req_objs = set(["virtual_sdcard", "display_status", "pause_resume"])
missing_objs = req_objs - set(result)