diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-08-10 22:03:25 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@gmail.com> | 2012-09-14 08:21:28 +0100 |
commit | 0546b8c2f089867cd7606ff47e026e8931157828 (patch) | |
tree | 0e367a84a34a1b7c7405c372174d122f96a18ac6 /qemu-img.c | |
parent | 93d3ad2a8048469d2b2bb157697425b66b2a37aa (diff) | |
download | qemu-0546b8c2f089867cd7606ff47e026e8931157828.tar.gz qemu-0546b8c2f089867cd7606ff47e026e8931157828.tar.bz2 qemu-0546b8c2f089867cd7606ff47e026e8931157828.zip |
Spelling fixes in comments and documentation
These wrong spellings were detected by codespell:
* successully -> successfully
* alot -> a lot
* wanna -> want to
* infomation -> information
* occured -> occurred
["also is" -> "is also" and "ressources" -> "resources" suggested by
Peter Maydell <peter.maydell@linaro.org>]
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'qemu-img.c')
-rw-r--r-- | qemu-img.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-img.c b/qemu-img.c index b41e670a61..833b2b0180 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -89,7 +89,7 @@ static void help(void) " '-r' tries to repair any inconsistencies that are found during the check.\n" " '-r leaks' repairs only cluster leaks, whereas '-r all' fixes all\n" " kinds of errors, with a higher risk of choosing the wrong fix or\n" - " hiding corruption that has already occured.\n" + " hiding corruption that has already occurred.\n" "\n" "Parameters to snapshot subcommand:\n" " 'snapshot' is the name of the snapshot to create, apply or delete\n" |