mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
qemu: fix typo s/readaehad/readahead/
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
bc85c34ea9
commit
5263160f9b
@ -5281,7 +5281,7 @@ qemuDomainValidateStorageSource(virStorageSourcePtr src,
|
|||||||
src->protocol != VIR_STORAGE_NET_PROTOCOL_FTP &&
|
src->protocol != VIR_STORAGE_NET_PROTOCOL_FTP &&
|
||||||
src->protocol != VIR_STORAGE_NET_PROTOCOL_FTPS)) {
|
src->protocol != VIR_STORAGE_NET_PROTOCOL_FTPS)) {
|
||||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
||||||
_("readaehad is supported only with HTTP(S)/FTP(s) protocols"));
|
_("readahead is supported only with HTTP(S)/FTP(s) protocols"));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user