Skip to content

Commit

Permalink
codespell: readerfactory.c
Browse files Browse the repository at this point in the history
./src/readerfactory.c:980: happenned ==> happened
  • Loading branch information
LudovicRousseau committed Feb 11, 2023
1 parent 68870a8 commit 8eda501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readerfactory.c
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ LONG RFBindFunctions(READER_CONTEXT * rContext)
}
else
{
/* Who knows what could have happenned for it to get here. */
/* Who knows what could have happened for it to get here. */
Log1(PCSC_LOG_CRITICAL, "IFD Handler not 1.0/2.0 or 3.0");
return SCARD_F_UNKNOWN_ERROR;
}
Expand Down

0 comments on commit 8eda501

Please sign in to comment.