shell-extension-tool: Fix typo

Spotted by Amr Ibrahim.
This commit is contained in:
Florian Müllner 2019-08-27 11:55:54 +03:00
parent c2f5331187
commit c6580421b3

View File

@ -20,7 +20,7 @@ def disable_extension(uuid):
extension_command(["disable", uuid])
def reload_extension(uuid):
print("Reloading extensions does not wokr correctly and is no longer supported",
print("Reloading extensions does not work correctly and is no longer supported",
file=sys.stderr)
def main():