From: Pavel Hrdina Date: Mon, 19 Apr 2021 10:28:17 +0000 (+0200) Subject: qemu_block: fix copy&paste typo in SSH protocol X-Git-Tag: v7.3.0-rc1~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48472a3a3d3d02234cc76a19f7467ea36b534102;p=thirdparty%2Flibvirt.git qemu_block: fix copy&paste typo in SSH protocol Fixes: caf71b64fe6989116316b966fda119cd3e47f485 Signed-off-by: Pavel Hrdina Reviewed-by: Ján Tomko --- diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_block.c index 6845e25176..a972e1e368 100644 --- a/src/qemu/qemu_block.c +++ b/src/qemu/qemu_block.c @@ -965,7 +965,7 @@ qemuBlockStorageSourceGetSshProps(virStorageSource *src) if (src->nhosts != 1) { virReportError(VIR_ERR_INTERNAL_ERROR, "%s", - _("sheepdog protocol accepts only one host")); + _("ssh protocol accepts only one host")); return NULL; }