From daead56fae46a4fedfef176fa3ed1ba37f88a078 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 26 Aug 2010 15:55:34 +0100 Subject: [PATCH] rescue: Fix typo in comment. --- tools/virt-rescue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virt-rescue b/tools/virt-rescue index 51ac760..7a87fbc 100755 --- a/tools/virt-rescue +++ b/tools/virt-rescue @@ -213,7 +213,7 @@ my $str = "guestfs_rescue=1"; $str .= " $append" if defined $append; $g->set_append ($str); -# Run the appliance. This won't return until the user quite the +# Run the appliance. This won't return until the user quits the # appliance. eval { $g->launch (); }; -- 1.8.3.1