Skip to content

Commit

Permalink
codespell: winscard.c
Browse files Browse the repository at this point in the history
./src/winscard.c:74: deamon ==> daemon
./src/winscard.c:445: concurent ==> concurrent
  • Loading branch information
LudovicRousseau committed Feb 11, 2023
1 parent 51dd821 commit f084c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/winscard.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* @section Internals
*
* PC/SC Lite is formed by a server deamon (<tt>pcscd</tt>) and a client
* PC/SC Lite is formed by a server daemon (<tt>pcscd</tt>) and a client
* library (<tt>libpcsclite.so</tt>) that communicate via IPC.
*
* The file \em winscard_clnt.c in the client-side exposes the API for
Expand Down Expand Up @@ -442,7 +442,7 @@ LONG SCardConnect(/*@unused@*/ SCARDCONTEXT hContext, LPCSTR szReader,
* Prepare the SCARDHANDLE identity
*/

/* we need a lock to avoid concurent generation of handles leading
/* we need a lock to avoid concurrent generation of handles leading
* to a possible hCard handle duplication */
(void)pthread_mutex_lock(&LockMutex);

Expand Down

0 comments on commit f084c20

Please sign in to comment.