aboutsummaryrefslogtreecommitdiff
path: root/docs/qapi-code-gen.txt
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2011-11-13 22:24:27 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-11-17 12:57:36 +0000
commit4238e26416c3b5ece9a823de9ab8f6cdfaff8f99 (patch)
tree430747dc3c2c24b5072725783884ae7d05e21413 /docs/qapi-code-gen.txt
parentb5e4946f9642b077fb07269a5542ec22564b3394 (diff)
Fix some spelling bugs in documentation and comments
These errors were detected by codespell: remaing -> remaining soley -> solely virutal -> virtual seperate -> separate libcacard.txt still needs some more patches. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'docs/qapi-code-gen.txt')
-rw-r--r--docs/qapi-code-gen.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/qapi-code-gen.txt b/docs/qapi-code-gen.txt
index c0a9325db8..5831e371ea 100644
--- a/docs/qapi-code-gen.txt
+++ b/docs/qapi-code-gen.txt
@@ -14,7 +14,7 @@ To map QMP-defined interfaces to the native C QAPI implementations,
a JSON-based schema is used to define types and function
signatures, and a set of scripts is used to generate types/signatures,
and marshaling/dispatch code. The QEMU Guest Agent also uses these
-scripts, paired with a seperate schema, to generate
+scripts, paired with a separate schema, to generate
marshaling/dispatch code for the guest agent server running in the
guest.