Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos #166

Closed
spaette opened this issue Feb 10, 2024 · 3 comments · Fixed by #167
Closed

typos #166

spaette opened this issue Feb 10, 2024 · 3 comments · Fixed by #167

Comments

@spaette
Copy link
Contributor

spaette commented Feb 10, 2024

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 added a commit that referenced this issue Feb 10, 2024
Thanks to spaette for the bug report
#166
@spaette spaette mentioned this issue Feb 11, 2024
LudovicRousseau added a commit that referenced this issue Feb 11, 2024
Thanks to spaette for the bug report
#166
LudovicRousseau added a commit to LudovicRousseau/simclist that referenced this issue Feb 11, 2024
@LudovicRousseau
Copy link
Owner

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

I created mij/simclist#7

@spaette
Copy link
Contributor Author

spaette commented Feb 11, 2024

SimCList is now hosted

looks like @mij imported SimCList version 1.6 twelve years ago

@spaette
Copy link
Contributor Author

spaette commented Feb 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants