cosmetic: various typo/spelling fixes

Change-Id: Idc4db138d83be0c7c0b0ff6dfbb9f094b21d6fa9
diff --git a/src/client/user_ifdhandler.c b/src/client/user_ifdhandler.c
index 5704fba..5e7fb7a 100644
--- a/src/client/user_ifdhandler.c
+++ b/src/client/user_ifdhandler.c
@@ -111,7 +111,7 @@
 void __thread *talloc_asn1_ctx;
 
 struct client_thread {
-	/* bankd client runningi inside this thread */
+	/* bankd client running inside this thread */
 	struct bankd_client *bc;
 
 	/* inter-thread osmo-fd; communication with IFD/PCSC thread */
@@ -132,7 +132,7 @@
 	int it_sock_fd;
 };
 
-/* enqueue a msgb (containg 'struct itmsg') towards the IFD-handler thread */
+/* enqueue a msgb (containing 'struct itmsg') towards the IFD-handler thread */
 static void enqueue_to_ifd(struct client_thread *ct, struct msgb *msg)
 {
 	if (!msg)