[libvirt] [PATCH] viraccessperm.h: Fix some typos

Michal Privoznik mprivozn at redhat.com
Fri Jul 17 07:49:05 UTC 2015


Like s/authoriation/authorization/ and s/requries/requires/

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---

Pushed under trivial rule.

 src/access/viraccessperm.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/access/viraccessperm.h b/src/access/viraccessperm.h
index 0acd156..1817da7 100644
--- a/src/access/viraccessperm.h
+++ b/src/access/viraccessperm.h
@@ -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,
 
-- 
2.4.5




More information about the libvir-list mailing list