From: Ludovic Rousseau <rousseau@debian.org>
Subject: fix typo spotted by lintian
--- a/GemPC410/gbpserial.c
+++ b/GemPC410/gbpserial.c
@@ -710,7 +710,7 @@
 				DEBUG_COMM("  S: a command has been sent with an incorrect number of parameters");
 				break;
 			case 0x1C:
-				DEBUG_COMM("  S: overlap on writting flash memory");
+				DEBUG_COMM("  S: overlap on writing flash memory");
 				break;
 			case 0x1D:
 				DEBUG_COMM("  S: the TCK check byte is incorrect in a micropocessor card ATR");
--- a/GemPC410/resetGemPC410.c
+++ b/GemPC410/resetGemPC410.c
@@ -367,7 +367,7 @@
 			printf("  S: a command has been sent with an incorrect number of parameters\n");
 			break;
 		case 0x1C:
-			printf("  S: overlap on writting flash memory\n");
+			printf("  S: overlap on writing flash memory\n");
 			break;
 		case 0x1D:
 			printf("  S: the TCK check byte is incorrect in a micropocessor card ATR\n");
