Skip to content

Commit

Permalink
q-dev: correct english grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Oct 14, 2024
1 parent e5ea7bf commit 6d02716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesusbproxy/core3ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ async def on_device_attach_usb(self, vm, event, device, options):

if options:
raise qubes.exc.QubesException(
'USB device attach do not support user options')
'USB device attach does not support user options')

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

0 comments on commit 6d02716

Please sign in to comment.