diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-04-28 11:49:57 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-05-01 20:55:21 +0400 |
commit | 805a25050272fe7cbbc2e9ce911612fc86c7b9a9 (patch) | |
tree | c639c0a34a8871f43787f63b40e4592270ec006c /qmp-commands.hx | |
parent | 372e47e9b5e31c493823d7f512716644fb02d0fd (diff) |
Trivial grammar and spelling fixes
similiar -> similar
recieve -> receive
transfered -> transferred
preperation -> preparation
Most changes are in comments, one modifies a parameter name in a function
prototype.
The spelling fixes were made using codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Acked-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r-- | qmp-commands.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx index 0e891323c7..d15bec1f07 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -2493,7 +2493,7 @@ The main json-object contains the following: byte (json-int) These are sent over the wire much more efficiently. - "skipped": number of skipped zero pages (json-int) - - "normal" : number of whole pages transfered. I.e. they + - "normal" : number of whole pages transferred. I.e. they were not sent as duplicate or xbzrle pages (json-int) - "normal-bytes" : number of bytes transferred in whole pages. This is just normal pages times size of one page, |