diff options
author | Richard Jones <rjones@redhat.com> | 2010-08-26 15:55:34 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-08-26 15:55:34 +0100 |
commit | daead56fae46a4fedfef176fa3ed1ba37f88a078 (patch) | |
tree | 3811f4f6262a27612c70046e9d3eaf2a1118ee91 /tools | |
parent | c3194e4d370d917db9900a31ea18f10492554da4 (diff) | |
download | libguestfs-daead56fae46a4fedfef176fa3ed1ba37f88a078.tar.gz libguestfs-daead56fae46a4fedfef176fa3ed1ba37f88a078.tar.xz libguestfs-daead56fae46a4fedfef176fa3ed1ba37f88a078.zip |
rescue: Fix typo in comment.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/virt-rescue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virt-rescue b/tools/virt-rescue index 51ac7606..7a87fbcf 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 (); }; |