mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
viraccessperm.h: Fix some typos
Like s/authoriation/authorization/ and s/requries/requires/ Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
b84a2cd87d
commit
54012746ae
@ -206,7 +206,7 @@ typedef enum {
|
||||
|
||||
/**
|
||||
* @desc: Use domain power management
|
||||
* @message: Using domain power management requires authoriation
|
||||
* @message: Using domain power management requires authorization
|
||||
*/
|
||||
VIR_ACCESS_PERM_DOMAIN_PM_CONTROL, /* S3/S5 suspend/wakeup */
|
||||
|
||||
@ -220,7 +220,7 @@ typedef enum {
|
||||
|
||||
/**
|
||||
* @desc: Inject domain NMI
|
||||
* @message: Injecting interrupt requries authoriation
|
||||
* @message: Injecting interrupt requires authorization
|
||||
*/
|
||||
VIR_ACCESS_PERM_DOMAIN_INJECT_NMI, /* Trigger interrupts */
|
||||
|
||||
@ -376,7 +376,7 @@ typedef enum {
|
||||
|
||||
/**
|
||||
* @desc: Write network
|
||||
* @message: Writing network configuration requries authorization
|
||||
* @message: Writing network configuration requires authorization
|
||||
*/
|
||||
VIR_ACCESS_PERM_NETWORK_WRITE,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user