]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix typo s/interpetation/interpretation/
authorClaudio Bley <claudio.bley@gmail.com>
Sat, 20 Dec 2014 21:02:19 +0000 (22:02 +0100)
committerClaudio Bley <claudio.bley@gmail.com>
Sat, 20 Dec 2014 21:29:11 +0000 (22:29 +0100)
Fix the typo in struct virSecurityModel's comment for its doi field.

include/libvirt/libvirt-host.h

index 0704672c9c4ccc24e5ee490bdd26f64485725fe6..f760a5529e0d79a20279eef9633accff291dd256 100644 (file)
@@ -148,7 +148,7 @@ typedef struct _virSecurityModel virSecurityModel;
 
 struct _virSecurityModel {
     char model[VIR_SECURITY_MODEL_BUFLEN];      /* security model string */
-    char doi[VIR_SECURITY_DOI_BUFLEN];          /* domain of interpetation */
+    char doi[VIR_SECURITY_DOI_BUFLEN];          /* domain of interpretation */
 };
 
 /**