From: Richard Jones Date: Thu, 26 Aug 2010 14:55:34 +0000 (+0100) Subject: rescue: Fix typo in comment. X-Git-Tag: 1.4.3~1 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=bc4019879465a1717decf7b41640f36360924875;p=libguestfs.git rescue: Fix typo in comment. (cherry picked from commit daead56fae46a4fedfef176fa3ed1ba37f88a078) --- diff --git a/tools/virt-rescue b/tools/virt-rescue index 1f292f6..ec0bb5e 100755 --- a/tools/virt-rescue +++ b/tools/virt-rescue @@ -212,7 +212,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. $g->launch ();