git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb48bd9
)
rescue: Fix typo in comment.
author
Richard Jones
<rjones@redhat.com>
Thu, 26 Aug 2010 14:55:34 +0000
(15:55 +0100)
committer
Richard Jones
<rjones@redhat.com>
Thu, 26 Aug 2010 21:49:50 +0000
(22:49 +0100)
(cherry picked from commit
daead56fae46a4fedfef176fa3ed1ba37f88a078
)
tools/virt-rescue
patch
|
blob
|
history
diff --git
a/tools/virt-rescue
b/tools/virt-rescue
index
1f292f6
..
ec0bb5e
100755
(executable)
--- 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 quit
e
the
+# Run the appliance. This won't return until the user quit
s
the
# appliance.
$g->launch ();