mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
rescue: Fix typo in comment.
This commit is contained in:
@@ -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 (); };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user