mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Fix typo s/interpetation/interpretation/
Fix the typo in struct virSecurityModel's comment for its doi field.
This commit is contained in:
parent
738a2aec1e
commit
6c355c5179
@ -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 */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user