From 6c355c51799c1ef4ab9cd69d20909a5a47dc2161 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Sat, 20 Dec 2014 22:02:19 +0100 Subject: [PATCH] Fix typo s/interpetation/interpretation/ Fix the typo in struct virSecurityModel's comment for its doi field. --- 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 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 */ }; /** -- GitLab