]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: Fix typo in error message
authorJohn Ferlan <jferlan@redhat.com>
Mon, 29 Apr 2019 11:50:49 +0000 (07:50 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 29 Apr 2019 18:29:11 +0000 (14:29 -0400)
Fix obvious typo.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/storage_conf.c

index 3ae0d7ab77223b992c68f449939e4554a2f9a8af..29988c36c4a9a4aa08058e80c9f7bb0240cbbf3d 100644 (file)
@@ -666,7 +666,7 @@ virStoragePoolDefParseSource(xmlXPathContextPtr ctxt,
         }
         if (virStrToLong_uip(ver, NULL, 0, &source->protocolVer) < 0) {
             virReportError(VIR_ERR_XML_ERROR,
-                           _("storage pool protocol ver '%s' is malformaed"),
+                           _("storage pool protocol ver '%s' is malformed"),
                            ver);
             goto cleanup;
         }