shell-extension-tool: Fix typo
Spotted by Amr Ibrahim.
This commit is contained in:
parent
c2f5331187
commit
c6580421b3
@ -20,7 +20,7 @@ def disable_extension(uuid):
|
|||||||
extension_command(["disable", uuid])
|
extension_command(["disable", uuid])
|
||||||
|
|
||||||
def reload_extension(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)
|
file=sys.stderr)
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user