X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-rescue;h=7a87fbcffd8930bab5a206c30849eef03798f25b;hb=4f6bd18d2e2a9c1d317a07b59072579d8fff42ac;hp=51ac760667fac102031cea260947f517bd2ac07e;hpb=c3194e4d370d917db9900a31ea18f10492554da4;p=libguestfs.git 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 (); };