From: John Ferlan Date: Tue, 9 Jun 2015 22:21:57 +0000 (-0400) Subject: logical: Fix typo in error message X-Git-Tag: v1.2.17-rc1~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c178d38b8faabf93521b4013bc6772c0f5e6b9e0;p=thirdparty%2Flibvirt.git logical: Fix typo in error message --- diff --git a/src/storage/storage_backend_logical.c b/src/storage/storage_backend_logical.c index 9c77b4c1a3..070f2bd9f3 100644 --- a/src/storage/storage_backend_logical.c +++ b/src/storage/storage_backend_logical.c @@ -862,7 +862,8 @@ virStorageBackendLogicalVolWipe(virConnectPtr conn, * unsupported. */ virReportError(VIR_ERR_NO_SUPPORT, - _("logical volue '%s' is sparse, volume wipe not supported"), + _("logical volume '%s' is sparse, volume wipe " + "not supported"), vol->target.path); return -1; }