LudovicRousseau / PCSC

pcsc-lite: PC/SC implementation
https://pcsclite.apdu.fr/
Other
268 stars 109 forks source link

typos #166

Closed spaette closed 9 months ago

spaette commented 9 months ago

pcsc

sed -i "s/Otherwi se/Otherwise/g" PCSC/ChangeLog
sed -i "s/asociate/associate/g" PCSC/src/PCSC/ifdhandler.h
sed -i "s/licenced/licensed/g" PCSC/src/error.c
sed -i "s/occured/occurred/g" PCSC/.github/ISSUE_TEMPLATE.md
sed -i "s/priveledged/privileged/g" PCSC/README
sed -i "s/punctations/punctuation/g" PCSC/doc/doxygen.conf.in
sed -i "s/rollcall/roll call/g" PCSC/src/hotplug_libusb.c
sed -i "s/sumbol/symbol/g" PCSC/src/debug.c

typo reseted

fix reset

grammar could be cleaned up

$ grep -nr reseted PCSC
PCSC/UnitaryTests/SCardConnect_DIRECT.py:38:# the card should be reseted or inserted just before execution
PCSC/UnitaryTests/SCardBeginTransaction_Reset.py:57:    # but the card shall not be reseted
PCSC/UnitaryTests/SCardBeginTransaction_Reset.py:66:    print("The card should not been reseted")
PCSC/src/winscard_msg.c:510:                                    /* connection reseted by pcscd? */
PCSC/ChangeLog:628:  SCARD_SHARE_DIRECT case since the card have _not_ been reseted. A new
PCSC/ChangeLog:1132:  reseted.
PCSC/ChangeLog:1167:    up. The previous code worked only when the card was _reseted_ at
$ 

WON'T FIX

bundled code

# sed -i "s/informations/information/g" PCSC/src/simclist.h
# sed -i "s/length/length/g" PCSC/src/simclist.h
# sed -i "s/occurence/occurrence/g" PCSC/src/simclist.h
# sed -i "s/minumum/minimum/g" PCSC/src/simclist.c
# sed -i "s/responsability/responsibility/g" PCSC/src/simclist.h
# sed -i "s/spareing/sparing/g" PCSC/src/simclist.c

updated 12 Feb. 2024

cf: https://github.com/mij/simclist/pull/8

$ grep -nr backe simclist
simclist/simclist.h:142: * serialized representation of an element and turns it backe to the original
$ grep threated -A 3 simclist/simclist.h
 * The destination list referred is threated as virgin room: if it
 * is an existing list containing elements, memory leaks will happen.
 * It is OK to specify the same list twice as source, for "doubling"
 * it in the destination.
$ 
LudovicRousseau commented 9 months ago

I discovered that SimCList is now hosted on https://github.com/mij/simclist.

I created https://github.com/mij/simclist/pull/7

spaette commented 9 months ago

SimCList is now hosted

looks like @mij imported SimCList version 1.6 twelve years ago

spaette commented 9 months ago

It was overlooked when opening this ticket that the doxygen.conf.in file is autogenerated.