[Pcsclite-cvs-commit] CVS PCSC/src

CVS User rousseau ludovic.rousseau at free.fr
Wed Jul 27 09:29:00 UTC 2005


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

Modified Files:
	sys_unix.c winscard.c 
Log Message:
typos in doxugen documentation


--- /cvsroot/pcsclite/PCSC/src/sys_unix.c	2005/04/27 09:11:50	1.18
+++ /cvsroot/pcsclite/PCSC/src/sys_unix.c	2005/07/27 09:29:00	1.19
@@ -6,7 +6,7 @@
  * Copyright (C) 1999
  *  David Corcoran <corcoran at linuxnet.com>
  *
- * $Id: sys_unix.c,v 1.18 2005/04/27 09:11:50 rousseau Exp $
+ * $Id: sys_unix.c,v 1.19 2005/07/27 09:29:00 rousseau Exp $
  */
 
 /**
@@ -350,7 +350,7 @@
  * @brief Writes the changes made in a memory map to the disk mapped file.
  *
  * @param[in] begin Start of the block to be written
- * @param[in] lenght Lenght of the block to be written
+ * @param[in] length Lenght of the block to be written
  *
  * @return Error code.
  * @retval 0 Success.
--- /cvsroot/pcsclite/PCSC/src/winscard.c	2005/06/15 11:56:17	1.56
+++ /cvsroot/pcsclite/PCSC/src/winscard.c	2005/07/27 09:29:00	1.57
@@ -5,7 +5,7 @@
  *  David Corcoran <corcoran at linuxnet.com>
  *  Ludovic Rousseau <ludovic.rousseau at free.fr>
  *
- * $Id: winscard.c,v 1.56 2005/06/15 11:56:17 rousseau Exp $
+ * $Id: winscard.c,v 1.57 2005/07/27 09:29:00 rousseau Exp $
  */
 
 /**
@@ -62,7 +62,7 @@
  * requests.
  *
  * When a function from \em winscard_clnt.c is called by a client application,
- * it calls a function in \m winscard_msg.c to send the message to \em
+ * it calls a function in \em winscard_msg.c to send the message to \em
  * pcscdaemon.c.  When \em pcscdaemon.c a client detects a request arrived, it
  * calls \em winscard_svc.c which identifies what command the message contains
  * and requests \em winscard.c to execute the command.\n Meanwhile




More information about the Pcsclite-cvs-commit mailing list