summaryrefslogtreecommitdiffstats
path: root/tools
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 15:55:34 +0100
commitdaead56fae46a4fedfef176fa3ed1ba37f88a078 (patch)
tree3811f4f6262a27612c70046e9d3eaf2a1118ee91 /tools
parentc3194e4d370d917db9900a31ea18f10492554da4 (diff)
downloadlibguestfs-daead56fae46a4fedfef176fa3ed1ba37f88a078.tar.gz
libguestfs-daead56fae46a4fedfef176fa3ed1ba37f88a078.tar.xz
libguestfs-daead56fae46a4fedfef176fa3ed1ba37f88a078.zip
rescue: Fix typo in comment.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/virt-rescue2
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 (); };