Skip to content

Commit

Permalink
typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Charlier authored and Thomas Charlier committed May 13, 2024
1 parent 45809d4 commit b4715f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardcomm/pkcs11/src/cardlayer/card.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -741,9 +741,9 @@ namespace eIDMW
else
{
//Let the chance to eid card to connect
if (iFailingnCount < 5)
if (iFailingCount < 5)
{
iFailingnCount++;
iFailingCount++;
}
else
{
Expand Down

0 comments on commit b4715f0

Please sign in to comment.