summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2019-04-15 13:25:25 +0200
committerJakub Jelen <jjelen@redhat.com>2019-07-04 16:05:09 +0200
commit42bc407b960633c752274692e93acc597d8e7db6 (patch)
tree91ca51c896c5a57a90013538cb384dbf313555fd /src
parent597ea5d98b6d64b063463ccc2a28132825d3d202 (diff)
gp: Fix typos and formatting issues
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/gp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gp.c b/src/gp.c
index 5ad79f7..ce5d3d0 100644
--- a/src/gp.c
+++ b/src/gp.c
@@ -36,14 +36,14 @@ static unsigned char gp_get_data[] = {
static VCardStatus
gp_applet_container_process_apdu(VCard *card, VCardAPDU *apdu,
- VCardResponse **response)
+ VCardResponse **response)
{
VCardStatus ret = VCARD_FAIL;
unsigned int tag;
switch (apdu->a_ins) {
case GP_GET_DATA:
- /* GET DATA isntruction for tags:
+ /* GET DATA instruction for tags:
* 00 66 (not found):
* 9F 7F (len = 2D):
* 9F 7F 2A 40 70 50 72 12 91 51 81 01 00 70 70 00
@@ -71,7 +71,7 @@ gp_applet_container_process_apdu(VCard *card, VCardAPDU *apdu,
/*
- * Initialize the cac card. This is the only public function in this file. All
+ * Initialize the gp applet. This is the only public function in this file. All
* the rest are connected through function pointers.
*/
VCardStatus