]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu_driver: fix existance vs existence typo
authorGuido Günther <agx@sigxcpu.org>
Fri, 8 Sep 2017 14:27:41 +0000 (16:27 +0200)
committerGuido Günther <agx@sigxcpu.org>
Mon, 11 Sep 2017 16:17:22 +0000 (18:17 +0200)
src/qemu/qemu_driver.c

index a25daae866af830787d47595634fdb80b3454873..70cdc88e1b63c0f05dbcedcb963d3acc84038af4 100644 (file)
@@ -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;
         }