Skip to content

Commit 6d02716

Browse files
committed
q-dev: correct english grammar
1 parent e5ea7bf commit 6d02716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubesusbproxy/core3ext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ async def on_device_attach_usb(self, vm, event, device, options):
591591

592592
if options:
593593
raise qubes.exc.QubesException(
594-
'USB device attach do not support user options')
594+
'USB device attach does not support user options')
595595

596596
if not vm.is_running() or vm.qid == 0:
597597
# print(f"Qube is not running, skipping attachment of {device}",

0 commit comments

Comments
 (0)