From 6d027169db10213939346cf7a77648669d27fb01 Mon Sep 17 00:00:00 2001 From: Piotr Bartman-Szwarc Date: Fri, 27 Sep 2024 09:04:05 +0200 Subject: [PATCH] q-dev: correct english grammar --- qubesusbproxy/core3ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubesusbproxy/core3ext.py b/qubesusbproxy/core3ext.py index ada34a3..d42e2b7 100644 --- a/qubesusbproxy/core3ext.py +++ b/qubesusbproxy/core3ext.py @@ -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}",