]> Git Repo - qemu.git/commitdiff
fix spelling in libcacard sub directory
authorDong Xu Wang <[email protected]>
Tue, 22 Nov 2011 10:06:18 +0000 (18:06 +0800)
committerStefan Hajnoczi <[email protected]>
Fri, 2 Dec 2011 10:50:56 +0000 (10:50 +0000)
Signed-off-by: Dong Xu Wang <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
libcacard/card_7816.c
libcacard/card_7816.h
libcacard/vcard_emul_nss.c
libcacard/vscard_common.h

index 6fe27d56313cb87a2b52179b1a7b2b4f46df66fd..8d06326da6526ae8536476c83df9dfd08023128e 100644 (file)
@@ -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
index 2bb2a0d8aa3af0a4ce3ca4994cc1ab1281cdec08..4a01993d2db976a875ee3433d1574fc7caed6546 100644 (file)
@@ -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);
index 397485c75302b6c05fe6ae6628e03810717a1f3a..bdc3c79462c65d73c684d9a2694533cfcd90be34 100644 (file)
@@ -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."
index 609ae98bcf11c0fe4635800dbbb8ea10d89cfca0..08f68e4dd2b3f5969e8fb20a05c3df0abe1762f0 100644 (file)
@@ -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)
This page took 0.032358 seconds and 4 git commands to generate.