[Pcsclite-cvs-commit] PCSC SECURITY,1.2,1.3 README,1.11,1.12 DRIVERS,1.2,1.3 ChangeLog,1.20,1.21

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


Update of /cvsroot/pcsclite/PCSC
In directory haydn:/tmp/cvs-serv32005

Modified Files:
	SECURITY README DRIVERS ChangeLog 
Log Message:
Typos. thanks to Ville Skyttä for the patches


Index: SECURITY
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/SECURITY,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SECURITY	28 May 2002 17:36:12 -0000	1.2
+++ SECURITY	13 May 2004 13:25:06 -0000	1.3
@@ -1,6 +1,6 @@
 SECURITY
 
-This file will discuss security related issues with pcsc-lite and how to
+This file discusses security related issues with pcsc-lite and how to
 handle them.
 
 Sometimes it is dangerous to run daemons under a root account.  If there is

Index: README
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- README	10 May 2004 13:14:30 -0000	1.11
+++ README	13 May 2004 13:25:06 -0000	1.12
@@ -23,7 +23,7 @@
 directly to a desired reader driver or can be used to dynamically
 allocate/deallocate reader drivers at runtime (default).
 
-PCSC Lite uses the same winscard api as used under Windows(R).  
+PCSC Lite uses the same winscard API as used under Windows(R).  
 
 For security aware persons please read the SECURITY file on possible
 vulnerabilites to pcsclite, how you can fix some, and how some will

Index: DRIVERS
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/DRIVERS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DRIVERS	11 May 2004 08:11:58 -0000	1.2
+++ DRIVERS	13 May 2004 13:25:06 -0000	1.3
@@ -1,6 +1,6 @@
 DRIVERS
 
-To install USB drivers download the driver from http://www.linuxnet.com/
+To install USB drivers, download the driver from http://www.linuxnet.com/
 and copy it to a temporary location.  After you have unarchived the files
 copy the directory to /usr/local/pcsc/drivers/.  If the directory
 /usr/local/pcsc/drivers/ does not exist create it before copying the driver
@@ -19,11 +19,11 @@
 
 All OS's:
 
-For non USB users you must edit the /etc/reader.conf file.
+For non-USB users, you must edit the /etc/reader.conf file.
 You can do this easily by running the installifd program in the utils/
 directory of pcsc-lite.  Some newer drivers require you to specify 1 as the
 port and then make a symlink from /dev/pcsc/1 to /dev/ttyS* so you can
-ennumerate your ports on any Unix without changing the driver.
+enumerate your ports on any Unix without changing the driver.
 
 Refer to the driver README for more information.
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- ChangeLog	11 May 2004 12:25:20 -0000	1.20
+++ ChangeLog	13 May 2004 13:25:06 -0000	1.21
@@ -1,12 +1,12 @@
 pcsc-lite-1.2.9-beta2: Ludovic Rousseau
 11 May 2004
 - change libmusclecard current version to 1 so that old libmusclecard0 and new
-  libmusclecard1 can cohabitate on the same system and will not break existing
+  libmusclecard1 can cohabit on the same system and will not break existing
   programs during upgrades.
 
   This is because libmusclecard is provided in the same distrib/package as
-  libpcsclite. If we want two libpcsclite to cohabitate we must also ensure
-  that the two libmusclecard can also cohabitate.
+  libpcsclite. If we want two libpcsclite to cohabit we must also ensure
+  that the two libmusclecard can also cohabit.
 - src/pcscdaemon.c: print pcsc-lite version number during startup
 - src/winscard.c: in SCardReconnect(), SCardDisconnect() and
   SCardEndTransaction() SCARD_UNPOWER_CARD is "Power down the card and reset
@@ -124,7 +124,7 @@
 - removed a very _stupid_ bug that linked libpcsclite with libusb. Any
   application linked with libpcsclite was also linked with libusb.
 - generate a new library libmusclecard and remove MuscleCard code from
-  libpcsclite. An application using MuscleCard function need to explicitely
+  libpcsclite. An application using MuscleCard functions needs to explicitly
   link with libmusclecard.
 - src/winscard_clnt.c: add a new function SCardUnload() to free allocated
   resources. It is mandatory only if you use dlopen/dlclose to often