Skip to content

Commit 99b19b1

Browse files
committed
fix typo
1 parent 4b3c5bc commit 99b19b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
def check_access():
20-
assert not shared.cmd_opts.disable_extension_access, "extension access disabed because of commandline flags"
20+
assert not shared.cmd_opts.disable_extension_access, "extension access disabled because of command line flags"
2121

2222

2323
def apply_and_restart(disable_list, update_list):

0 commit comments

Comments
 (0)