diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-01-08 19:35:09 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-01-13 10:36:59 +0000 |
commit | dabdf394258aaa040fa0e754d6d05d7833542033 (patch) | |
tree | 4a4dfe83afec16e51eca3e60060ebb985f32a5c0 /qemu-ga.c | |
parent | 5c84bd904ba0aacdb295df5ff7c90ef941f469bb (diff) | |
download | qemu-dabdf394258aaa040fa0e754d6d05d7833542033.tar.gz qemu-dabdf394258aaa040fa0e754d6d05d7833542033.tar.bz2 qemu-dabdf394258aaa040fa0e754d6d05d7833542033.zip |
Spelling fixes in comments and documentation
Codespell detected these new spelling issues.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'qemu-ga.c')
-rw-r--r-- | qemu-ga.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ static void usage(const char *cmd) " -v, --verbose log extra debugging information\n" " -V, --version print version information and exit\n" " -d, --daemonize become a daemon\n" -" -b, --blacklist comma-seperated list of RPCs to disable (no spaces, \"?\"" +" -b, --blacklist comma-separated list of RPCs to disable (no spaces, \"?\"" " to list available RPCs)\n" " -h, --help display this help and exit\n" "\n" |