[Pcsclite-cvs-commit] r2680 - /trunk/PCSC/src/pcscdaemon.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Nov 8 16:17:30 UTC 2007


Author: rousseau
Date: Thu Nov  8 16:17:30 2007
New Revision: 2680

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2680
Log:
2 typos

Modified:
    trunk/PCSC/src/pcscdaemon.c

Modified: trunk/PCSC/src/pcscdaemon.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/pcscdaemon.c?rev=2680&op=diff
==============================================================================
--- trunk/PCSC/src/pcscdaemon.c (original)
+++ trunk/PCSC/src/pcscdaemon.c Thu Nov  8 16:17:30 2007
@@ -603,7 +603,7 @@
 	printf("  -f, --foreground	run in foreground (no daemon),\n");
 	printf("			send logs to stderr instead of syslog\n");
 	printf("  -h, --help		display usage information\n");
-	printf("  -H, --hotplug		ask the daemon to rescan the avaiable readers\n");
+	printf("  -H, --hotplug		ask the daemon to rescan the available readers\n");
 	printf("  -v, --version		display the program version number\n");
 	printf("  -d, --debug	 	display lower level debug messages\n");
 	printf("      --info	 	display info level debug messages (default level)\n");
@@ -616,7 +616,7 @@
 	printf("  -f	run in foreground (no daemon), send logs to stderr instead of syslog\n");
 	printf("  -d 	display debug messages. Output may be:\n");
 	printf("  -h 	display usage information\n");
-	printf("  -H	ask the daemon to rescan the avaiable readers\n");
+	printf("  -H	ask the daemon to rescan the available readers\n");
 	printf("  -v 	display the program version number\n");
 #endif
 }




More information about the Pcsclite-cvs-commit mailing list