Skip to content

Commit

Permalink
codespell: README_INTERNALS.txt
Browse files Browse the repository at this point in the history
./src/README_INTERNALS.txt:23: dependant ==> dependent
./src/README_INTERNALS.txt:24: dependant ==> dependent
./src/README_INTERNALS.txt:25: dependant ==> dependent
./src/README_INTERNALS.txt:29: dependant ==> dependent
./src/README_INTERNALS.txt:34: dependant ==> dependent
./src/README_INTERNALS.txt:63: Ressources ==> Resources
./src/README_INTERNALS.txt:94: Ressources ==> Resources
./src/README_INTERNALS.txt:121: differents ==> different, difference
  • Loading branch information
LudovicRousseau committed Feb 11, 2023
1 parent 54c8d59 commit 7f2c645
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/README_INTERNALS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ pcscd (daemon)
atrhandler.c
configfile.l
debuglog.c
dyn_hpux.c (this file is OS dependant)
dyn_macosx.c (this file is OS dependant)
dyn_unix.c (this file is OS dependant)
dyn_hpux.c (this file is OS dependent)
dyn_macosx.c (this file is OS dependent)
dyn_unix.c (this file is OS dependent)
eventhandler.c
hotplug_generic.c
hotplug_libusb.c
hotplug_macosx.c (this file is OS dependant)
hotplug_macosx.c (this file is OS dependent)
ifdwrapper.c
pcscdaemon.c
prothandler.c
readerfactory.c
sys_unix.c (this file is OS dependant)
sys_unix.c (this file is OS dependent)
tokenparser.l
winscard.c
winscard_msg.c
Expand Down Expand Up @@ -60,7 +60,7 @@ Maximum applications
Maximum contexts by application
PCSCLITE_MAX_APPLICATION_CONTEXTS

Maximum of applications contexts that PC/SC Ressources Manager can accept
Maximum of applications contexts that PC/SC Resources Manager can accept
PCSCLITE_MAX_APPLICATIONS_CONTEXTS
= PCSCLITE_MAX_APPLICATIONS * PCSCLITE_MAX_APPLICATION_CONTEXTS

Expand Down Expand Up @@ -91,7 +91,7 @@ PC/SC D1 handles 5 APPLICATIONS_CONTEXTS.
PC/SC D1 also handles 3 READERS_CONTEXTS. These contexts are created for
example by the plug of the readers.

The maximum of applications contexts that PC/SC Ressources Manager can
The maximum of applications contexts that PC/SC Resources Manager can
accept is thus PCSCLITE_MAX_APPLICATIONS *
PCSCLITE_MAX_APPLICATION_CONTEXTS.

Expand All @@ -118,7 +118,7 @@ PC/SC D3 | | |
(7) |
App D ---------------/

For simplify, there are 3 differents roles: Application, PC/SC Daemon
For simplify, there are 3 different roles: Application, PC/SC Daemon
and IFDhandler/reader.

Between these role there are some contexts and on the top of them there
Expand Down

0 comments on commit 7f2c645

Please sign in to comment.