qemu: fix typo s/readaehad/readahead/

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-06-05 13:33:00 +01:00
parent bc85c34ea9
commit 5263160f9b

View File

@ -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;
}