Skip to content

Commit

Permalink
Fix grammar (#167)
Browse files Browse the repository at this point in the history
Thanks
  • Loading branch information
spaette committed Feb 11, 2024
1 parent 5575d62 commit 628dccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ pcsc-lite-1.6.1: Ludovic Rousseau
list of readers even if a reader was connected.
Thanks to Patrice Angelini for the bug report
- SCardConnect() & SCardReconnect(): do not reset the cardProtocol in
SCARD_SHARE_DIRECT case since the card have _not_ been reset. A new
SCARD_SHARE_DIRECT case since the card has _not_ been reset. A new
PPS negotiation would fail.
- Do not install files in /etc any more. Serial drivers are rare now.
- Avoids a crash if a client sends a unknown command.
Expand Down
2 changes: 1 addition & 1 deletion UnitaryTests/SCardBeginTransaction_Reset.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
hresult, reader, state, protocol, atr = SCardStatus(hcard1)
if hresult == SCARD_W_RESET_CARD:
print("The test failed")
print("The card should not been reset")
print("The card should not have been reset")
if hresult != SCARD_S_SUCCESS:
raise BaseSCardException(hresult)

Expand Down

0 comments on commit 628dccc

Please sign in to comment.