rescue: Fix typo in comment.
[libguestfs.git] / tools / virt-rescue
index 51ac760..7a87fbc 100755 (executable)
@@ -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 (); };