提交 5263160f 编写于 作者: D Daniel P. Berrangé

qemu: fix typo s/readaehad/readahead/

Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 bc85c34e
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册