mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: fix typo s/readaehad/readahead/
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -5281,7 +5281,7 @@ qemuDomainValidateStorageSource(virStorageSourcePtr src,
|
||||
src->protocol != VIR_STORAGE_NET_PROTOCOL_FTP &&
|
||||
src->protocol != VIR_STORAGE_NET_PROTOCOL_FTPS)) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user