Skip to content

Commit

Permalink
codespell: README
Browse files Browse the repository at this point in the history
./README:29: vulnerabilites ==> vulnerabilities
./README:60: priveledged ==> privileged
./README:83: priveledged ==> privileged
./README:110: suystems ==> systems
  • Loading branch information
LudovicRousseau committed Feb 11, 2023
1 parent 74e7b0e commit 18b0c97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allocate/deallocate reader drivers at runtime (default).
PCSC Lite uses the same winscard API as used under Windows(R).

For security aware persons please read the SECURITY file on possible
vulnerabilites to pcsclite, how you can fix some, and how some will
vulnerabilities to pcsclite, how you can fix some, and how some will
be fixed.

For information on how to install driver please read the DRIVERS file.
Expand Down Expand Up @@ -57,7 +57,7 @@ Options:
(default /var/run)


By running pcscd under a priveledged account you can link to
By running pcscd under a privileged account you can link to
libpcsclite.so and it will act as a client to the pcscd allowing multiple
applications to be run under non-priveledged accounts.

Expand All @@ -80,7 +80,7 @@ There is a test program with this package:

testpcsc: Linked to libpcsclite. Must run /usr/local/pcsc/bin/pcscd
and then ./testpcsc. pcscd must be run as root or a hardware
priveledged user. ./testpcsc can be run under any account.
privileged user. ./testpcsc can be run under any account.

LIBUSB SUPPORT:
Versions after 1.2.0 support libusb. Available on GNU/Linux and *BSD.
Expand All @@ -107,5 +107,5 @@ directory. For questions, please email me at:
<David Corcoran> [email protected]

On some plateforms (GNU/Linux on mips and mipsel, FreeBSD and possibly
other *BSD suystems) you must use:
other *BSD systems) you must use:
$ ./configure LDFLAGS="-lpthread"

0 comments on commit 18b0c97

Please sign in to comment.