提交 175710b6 编写于 作者: G Guido Günther

qemu_driver: fix existance vs existence typo

上级 9c0d66bb
......@@ -16835,7 +16835,7 @@ qemuDomainBlockCopyValidateMirror(virStorageSourcePtr mirror,
if (virStorageFileAccess(mirror, F_OK) < 0) {
if (errno != ENOENT) {
virReportSystemError(errno, "%s",
_("unable to verify existance of "
_("unable to verify existence of "
"block copy target"));
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册