spice-gtk: fix typo

"reqires" -> "requires"
This commit is contained in:
fetsorn 2023-05-08 21:59:29 +04:00
parent f14fbf0278
commit 6ce732d86f

View file

@ -40,7 +40,7 @@
}: }:
# If this package is built with polkit support (withPolkit=true), # If this package is built with polkit support (withPolkit=true),
# usb redirection reqires spice-client-glib-usb-acl-helper to run setuid root. # usb redirection requires spice-client-glib-usb-acl-helper to run setuid root.
# The helper confirms via polkit that the user has an active session, # The helper confirms via polkit that the user has an active session,
# then adds a device acl entry for that user. # then adds a device acl entry for that user.
# Example NixOS config to create a setuid wrapper for the helper: # Example NixOS config to create a setuid wrapper for the helper: