From 31e9426a085b47ad4c2f52a7ba4e16d6f5c7d221 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 2 Nov 2015 09:52:44 +0100 Subject: [PATCH] Small typo --- virt-backup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virt-backup b/virt-backup index 0399c28..e7be1e4 100644 --- a/virt-backup +++ b/virt-backup @@ -699,7 +699,7 @@ sub usage{ sub save_vm_state{ if ($dom->is_active()){ print "$vm is running, saving state....\n" if ($opts{debug}); - # if $libvirt2 is defined, you've passed several connection URI + # if $libvirt2 is defined, you've passed several connections URI # This means that you're running a dual hypervisor cluster # And depending on the one running the current VM # $backupdir might not be available @@ -724,7 +724,7 @@ sub save_vm_state{ sub restore_vm{ if (! $dom->is_active()){ if (-e "$backupdir/$vm.state"){ - # if $libvirt2 is defined, you've passed several connection URI + # if $libvirt2 is defined, you've passed several connections URI # This means that you're running a dual hypervisor cluster # And depending on the one running the current VM # $backupdir might not be available