summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2016-05-18 15:47:53 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2016-06-07 18:02:48 +0300
commitd33c8a7d46f2ffb5233c7f4eac8cb787fb1ee6c3 (patch)
tree2f12b2e7f4dc3e0fa763ed2b2380fc93b7a0e746 /docs
parenta6210f5701e7c5fde402083f5f1b754fb0eff06f (diff)
downloadqemu-d33c8a7d46f2ffb5233c7f4eac8cb787fb1ee6c3.tar.gz
docs: "specify" spell fix
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'docs')
-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 d7d6987821..eff207502f 100644
--- a/docs/qapi-code-gen.txt
+++ b/docs/qapi-code-gen.txt
@@ -322,7 +322,7 @@ enum. The value for each branch can be of any type.
A flat union definition avoids nesting on the wire, and specifies a
set of common members that occur in all variants of the union. The
-'base' key must specifiy either a type name (the type must be a
+'base' key must specify either a type name (the type must be a
struct, not a union), or a dictionary representing an anonymous type.
All branches of the union must be complex types, and the top-level
members of the union dictionary on the wire will be combination of