From 6ca3576dbf9ae6a7eee547de05cafb27fd0c2dc5 Mon Sep 17 00:00:00 2001 From: Joern Siglen Date: Fri, 30 Sep 2022 10:14:54 +0200 Subject: [PATCH] dbginfo.sh: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit typo in KVM section Signed-off-by: Joern Siglen Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 11e42f0e..f51a589d 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -1104,7 +1104,7 @@ collect_kvm() { call_run_command "virsh domstats ${domain}" "${OUTPUT_FILE_KVM}" done else - echo "no KVM doamins found" | tee -a ${OUTPUT_FILE_KVM} + echo "no KVM domains found" | tee -a ${OUTPUT_FILE_KVM} fi else pr_skip "KVM: no virsh command"