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:
Michal Privoznik 2015-07-17 09:41:31 +02:00
parent b84a2cd87d
commit 54012746ae

View File

@ -206,7 +206,7 @@ typedef enum {
/** /**
* @desc: Use domain power management * @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 */ VIR_ACCESS_PERM_DOMAIN_PM_CONTROL, /* S3/S5 suspend/wakeup */
@ -220,7 +220,7 @@ typedef enum {
/** /**
* @desc: Inject domain NMI * @desc: Inject domain NMI
* @message: Injecting interrupt requries authoriation * @message: Injecting interrupt requires authorization
*/ */
VIR_ACCESS_PERM_DOMAIN_INJECT_NMI, /* Trigger interrupts */ VIR_ACCESS_PERM_DOMAIN_INJECT_NMI, /* Trigger interrupts */
@ -376,7 +376,7 @@ typedef enum {
/** /**
* @desc: Write network * @desc: Write network
* @message: Writing network configuration requries authorization * @message: Writing network configuration requires authorization
*/ */
VIR_ACCESS_PERM_NETWORK_WRITE, VIR_ACCESS_PERM_NETWORK_WRITE,