Fix the typo in struct virSecurityModel's comment for its doi field.
---
Pushed under the trivial rule.
include/libvirt/libvirt-host.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/libvirt/libvirt-host.h b/include/libvirt/libvirt-host.h
index 0704672..f760a55 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 */
};
/**
--
2.2.1