Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
git-svn-id: svn:https://svn.debian.org/svn/pcsclite/trunk/contrib@6955 0ce88b0d-b2fd-0310-8134-9614164e65ea
  • Loading branch information
LudovicRousseau committed Aug 8, 2014
1 parent c5f2cf9 commit ab82525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libPCSCv2part10/sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main(void)
PCSC_ERROR_EXIT(rv)

/* use first reader */
printf("Using reaer: %s\n", mszReaders);
printf("Using reader: %s\n", mszReaders);

rv = SCardConnect(hContext, mszReaders,
SCARD_SHARE_SHARED, SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1,
Expand Down

0 comments on commit ab82525

Please sign in to comment.