[Pcsclite-cvs-commit] PCSC/src/utils bundleTool.c,1.12,1.13

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src/utils
In directory haydn:/tmp/cvs-serv11079/src/utils

Modified Files:
	bundleTool.c 
Log Message:
approprate -> appropriate


Index: bundleTool.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/utils/bundleTool.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- bundleTool.c	9 Nov 2003 13:33:49 -0000	1.12
+++ bundleTool.c	10 May 2004 13:16:04 -0000	1.13
@@ -105,8 +105,8 @@
 	}
 #endif
 
-	printf("Select the approprate token driver:\n");
-	printf("-----------------------------------\n");
+	printf("Select the appropriate token driver:\n");
+	printf("------------------------------------\n");
 
 	i = 1;
 	totalBundles = 0;
@@ -130,7 +130,7 @@
 	} while (FindNextFile(hFind, &findData) != 0);
 #endif
 
-	printf("-----------------------------------\n");
+	printf("------------------------------------\n");
 
 	if (totalBundles == 0)
 	{