Fix typo s/interpetation/interpretation/

Fix the typo in struct virSecurityModel's comment for its doi field.
This commit is contained in:
Claudio Bley 2014-12-20 22:02:19 +01:00
parent 738a2aec1e
commit 6c355c5179

View 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 */
};
/**