Skip to content

Commit 2d26fe8

Browse files
committed
typo
1 parent 21cf824 commit 2d26fe8

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
@@ -648,7 +648,7 @@ async def on_device_attach_usb(self, vm, event, device, options):
648648
sanitized_stderr = ''.join(
649649
[chr(c) for c in sanitized_stderr if 0x20 <= c < 0x80])
650650
if sanitized_stderr.endswith(", "):
651-
sanitized_stderr = santizied_stderr[:-2] + "."
651+
sanitized_stderr = sanitized_stderr[:-2] + "."
652652
raise QubesUSBException(
653653
'Device attach failed: {}'.format(sanitized_stderr))
654654
finally:

0 commit comments

Comments
 (0)