From: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org,
Dong Xu Wang <wdongxu@linux.vnet.ibm.com>,
stefanha@linux.vnet.ibm.com
Subject: [Qemu-devel] [PATCH 03/11] fix spelling in libcacard sub directory
Date: Tue, 22 Nov 2011 18:06:18 +0800 [thread overview]
Message-ID: <1321956386-12004-3-git-send-email-wdongxu@linux.vnet.ibm.com> (raw)
In-Reply-To: <1321956386-12004-1-git-send-email-wdongxu@linux.vnet.ibm.com>
From: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
---
libcacard/card_7816.c | 4 ++--
libcacard/card_7816.h | 2 +-
libcacard/vcard_emul_nss.c | 2 +-
libcacard/vscard_common.h | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/libcacard/card_7816.c b/libcacard/card_7816.c
index 6fe27d5..8d06326 100644
--- a/libcacard/card_7816.c
+++ b/libcacard/card_7816.c
@@ -125,7 +125,7 @@ vcard_response_new_bytes(VCard *card, unsigned char *buf, int len, int Le,
}
/*
- * get a new Reponse buffer that only has a status.
+ * get a new Response buffer that only has a status.
*/
static VCardResponse *
vcard_response_new_status(vcard_7816_status_t status)
@@ -239,7 +239,7 @@ vcard_apdu_set_class(VCardAPDU *apdu) {
}
/*
- * set the Le and Lc fiels according to table 5 of the
+ * set the Le and Lc fields according to table 5 of the
* 7816-4 part 4 spec
*/
static vcard_7816_status_t
diff --git a/libcacard/card_7816.h b/libcacard/card_7816.h
index 2bb2a0d..4a01993 100644
--- a/libcacard/card_7816.h
+++ b/libcacard/card_7816.h
@@ -23,7 +23,7 @@ VCardResponse *vcard_response_new_bytes(VCard *card, unsigned char *buf,
/* response from just status bytes */
VCardResponse *vcard_response_new_status_bytes(unsigned char sw1,
unsigned char sw2);
-/* response from just status: NOTE this cannot fail, it will alwyas return a
+/* response from just status: NOTE this cannot fail, it will always return a
* valid response, if it can't allocate memory, the response will be
* VCARD7816_STATUS_EXC_ERROR_MEMORY_FAILURE */
VCardResponse *vcard_make_response(vcard_7816_status_t status);
diff --git a/libcacard/vcard_emul_nss.c b/libcacard/vcard_emul_nss.c
index 397485c..bdc3c79 100644
--- a/libcacard/vcard_emul_nss.c
+++ b/libcacard/vcard_emul_nss.c
@@ -1250,7 +1250,7 @@ vcard_emul_usage(void)
" {card_type_to_emulate} What card interface to present to the guest\n"
" {param_for_card} Card interface specific parameters\n"
" {slot_name} NSS slot that contains the certs\n"
-" {vreader_name} Virutal reader name to present to the guest\n"
+" {vreader_name} Virtual reader name to present to the guest\n"
" {certN} Nickname of the certificate n on the virtual card\n"
"\n"
"These parameters come as a single string separated by blanks or newlines."
diff --git a/libcacard/vscard_common.h b/libcacard/vscard_common.h
index 609ae98..08f68e4 100644
--- a/libcacard/vscard_common.h
+++ b/libcacard/vscard_common.h
@@ -44,7 +44,7 @@
* to the existing messages, addition of fields.
*
* The major digit is for a breaking change of protocol, presumably
- * something that cannot be accomodated with the existing protocol.
+ * something that cannot be accommodated with the existing protocol.
*/
#define VSCARD_VERSION MAKE_VERSION(0, 0, 2)
--
1.7.5.4
next prev parent reply other threads:[~2011-11-22 10:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-22 10:06 [Qemu-devel] [PATCH 01/11] fix spelling in darwin-user sub directory Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 02/11] fix spelling in linux-user " Dong Xu Wang
2011-11-22 10:06 ` Dong Xu Wang [this message]
2011-11-22 10:06 ` [Qemu-devel] [PATCH 04/11] fix spelling in QMP " Dong Xu Wang
2011-11-22 12:01 ` Luiz Capitulino
2011-11-22 10:06 ` [Qemu-devel] [PATCH 05/11] fix spelling in scripts " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 06/11] fix spelling in target " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 07/11] fix spelling in tcg " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 08/11] fix spelling in tests " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 09/11] fix spelling in ui " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 10/11] fix spelling in block " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 11/11] fix spelling in main directory Dong Xu Wang
2011-11-23 9:41 ` [Qemu-devel] [Qemu-trivial] [PATCH 01/11] fix spelling in darwin-user sub directory Stefan Hajnoczi
2011-11-23 10:23 ` [Qemu-devel] " Andreas Färber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1321956386-12004-3-git-send-email-wdongxu@linux.vnet.ibm.com \
--to=wdongxu@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=stefanha@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).