X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-rescue;h=ec0bb5e25fc5b1b88eac1d81a9070d261a5615b0;hb=e2d352feb99f47c56b895837d838da3552fa0820;hp=1f292f6071968c0e2b4b0ad3e36d0a40a681451e;hpb=f35365ecbf348f1030581e59795435987b8adf0f;p=libguestfs.git 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 ();