rescue: Fix typo in comment.

This commit is contained in:
Richard Jones
2010-08-26 15:55:34 +01:00
parent c3194e4d37
commit daead56fae

View File

@@ -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 (); };