summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-08-26 15:55:34 +0100
committerRichard Jones <rjones@redhat.com>2010-08-26 22:49:50 +0100
commitbc4019879465a1717decf7b41640f36360924875 (patch)
treea23ea70307ba9c5301bdfbd38705af21903735a8
parentfb48bd9b198138f9421ba2b72ebcb8f1e89ab374 (diff)
downloadlibguestfs-bc4019879465a1717decf7b41640f36360924875.tar.gz
libguestfs-bc4019879465a1717decf7b41640f36360924875.tar.xz
libguestfs-bc4019879465a1717decf7b41640f36360924875.zip
rescue: Fix typo in comment.
(cherry picked from commit daead56fae46a4fedfef176fa3ed1ba37f88a078)
-rwxr-xr-xtools/virt-rescue2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virt-rescue b/tools/virt-rescue
index 1f292f60..ec0bb5e2 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 ();