From: Claudio Bley Date: Sat, 20 Dec 2014 21:02:19 +0000 (+0100) Subject: Fix typo s/interpetation/interpretation/ X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6c355c51799c1ef4ab9cd69d20909a5a47dc2161;p=libvirt.git Fix typo s/interpetation/interpretation/ Fix the typo in struct virSecurityModel's comment for its doi field. --- diff --git a/include/libvirt/libvirt-host.h b/include/libvirt/libvirt-host.h index 0704672c9c..f760a5529e 100644 --- a/include/libvirt/libvirt-host.h +++ b/include/libvirt/libvirt-host.h @@ -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 */ }; /**