Fix typos and misspellings

Fix various typos and misspellings. The bulk of these were found with
codespell.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Peter Maydell 2013-03-18 17:20:07 +00:00 committed by Stefan Hajnoczi
parent a7b66fa7ae
commit 085d813407
11 changed files with 15 additions and 15 deletions

View file

@ -120,7 +120,7 @@ void qmp_guest_shutdown(bool has_mode, const char *mode, Error **err)
return;
}
/* succeded */
/* succeeded */
}
int64_t qmp_guest_get_time(Error **errp)