diff options
author | Stefan Weil <sw@weilnetz.de> | 2011-11-13 22:24:26 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-11-17 12:57:36 +0000 |
commit | b5e4946f9642b077fb07269a5542ec22564b3394 (patch) | |
tree | d380723a1a1e7c0098b25933f9c15277443b1a78 /docs/libcacard.txt | |
parent | 3f5bd4e1b874590d3d76e031530799a4610da6dc (diff) | |
download | qemu-b5e4946f9642b077fb07269a5542ec22564b3394.zip |
Fix spelling in documentation and comments (similiar -> similar)
This bug was detected by codespell.
In mips_mipssim.c a grammatical error was fixed, too.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'docs/libcacard.txt')
-rw-r--r-- | docs/libcacard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcacard.txt b/docs/libcacard.txt index 5dee6fa479..ae010d237b 100644 --- a/docs/libcacard.txt +++ b/docs/libcacard.txt @@ -399,7 +399,7 @@ functions: This function will automatically generate the appropriate new reader events and add the reader to the list. - To create a new card, the virtual card emulator will call a similiar + To create a new card, the virtual card emulator will call a similar function. VCard *vcard_new(VCardEmul *card_emul, |