Skip to content

Commit 3c3d58a

Browse files
committed
Fix spelling errors
1 parent 9577c3d commit 3c3d58a

9 files changed

+10
-9
lines changed

.github/codespell_ignore_words.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Feitian
22
GOST
33
signatur
4+
lokale

DNIe-(OpenDNIe).md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,5 @@ Current implementation of DNIe OpenSC driver consists in:
225225
* `pkcs15-dnie.c` emulator layer,
226226
* `cwa14890.c` card-independent implementation for CWA14890 standard for Secure Messaging,
227227
* `cwa-dnie.c` DNIe Data provider for cwa14890.c, that provides (local) keys and certificates required to complain with cwa14890 SM protocol,
228-
* a wrap funcion for sc_transmit_apdu() method, that catches al apdu requests, and translates into SM format when required,
228+
* a wrap function for sc_transmit_apdu() method, that catches al apdu requests, and translates into SM format when required,
229229
* several glue patches.

Feitian-PKI-card.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Feitian](http://www.ftsafe.com/) offers the "ePass PKI token", also called Feitian FTCOS/PK-01C token.
44

5-
The Feitian PKI card is a cryptographic smartcard, which complies wih PKCS#15 and ISO 7816 standards and can be used used for:
5+
The Feitian PKI card is a cryptographic smartcard, which complies which PKCS#15 and ISO 7816 standards and can be used used for:
66
authentication, electronic signature, email encryption, single logon, VPN, SSL and disc encryption.
77

88
The cards comes blank in PVC, so that it can be printed using retransfer printers or offset.

German-ID-Cards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ As of May 2011 you may get signature cards from the following Trust centers in G
2424

2525
## TeleSec, NetKey cards
2626

27-
TeleSec GmbH is the manufacturer of cards and they offer [TCOS](TCOS-based-preformatted-cards) based signature cards, i.e. NetKey E4 cards. Until the end of 2007 theses card were TCOS2 based with a maximal key length of 1024 bit. Since October 2007 TeleSec offers 2048 bit signature cards which are TCOS3 based.
27+
TeleSec GmbH is the manufacturer of cards and they offer [TCOS](TCOS-based-preformatted-cards) based signature cards, i.e. NetKey E4 cards. Until the end of 2007 these card were TCOS2 based with a maximal key length of 1024 bit. Since October 2007 TeleSec offers 2048 bit signature cards which are TCOS3 based.
2828

2929
TCOS2 cards work well with OpenSC 0.10.0 or later. There was a problem in 0.12.0 and 0.12.1 which as fixed in 0.12.2 (ticket #256). TCOS3 support was added in December 2007 and is included in OpenSC 0.11.5. Unfortunately the 2048 bit NetKey card contains one key (the one that conforms to the German signature law) that can be used only over a secure channel. So if you want to use this particular key with OpenSC you must wait until OpenSC supports Secure Messaging.
3030

Home.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ OpenSC effort consists of various sub-projects that can be used independently as
4848

4949
* [libp11](https://github.com/OpenSC/libp11) is a wrapper library for PKCS#11 modules with OpenSSL interface,
5050
* [pkcs11-helper](https://github.com/OpenSC/pkcs11-helper) is a wrapper library for PKCS#11 modules with extended callback mechanisms for user and token interaction,
51-
* [PAM-PKCS#11](https://github.com/OpenSC/pam_pkcs11/wiki) is a feature rich plugable authentication module (PAM) for authentication via PKCS#11 modules, which includes various tools to controls the login process,
52-
* [pam_p11](https://github.com/OpenSC/pam_p11) is a simple plugable authentication module (PAM) for authentication via PKCS#11 modules,
51+
* [PAM-PKCS#11](https://github.com/OpenSC/pam_pkcs11/wiki) is a feature rich pluggable authentication module (PAM) for authentication via PKCS#11 modules, which includes various tools to controls the login process,
52+
* [pam_p11](https://github.com/OpenSC/pam_p11) is a simple pluggable authentication module (PAM) for authentication via PKCS#11 modules,
5353
* [OpenCT](https://github.com/OpenSC/openct/wiki) implements a reader driver interface for various non-standard readers on Linux,
5454
* [OpenSC-Java](https://github.com/CardContact/opensc-java) is a Java PKCS#11 wrapper and JCE Provider,
5555
* [OpenSC.tokend](https://github.com/OpenSC/OpenSC.tokend) is the open source tokend implementation from OpenSC.

Mailing-lists.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ reviewed it. This is an emergency procedure only, subscription is assumed.
2222

2323
## Bug reports
2424

25-
Please file bug reports using the [Issues](https://github.com/OpenSC/OpenSC/issues) link (after reading about [ReportingBugs](How-to-write-a-good-bug-report). [Security releated issues](https://github.com/OpenSC/OpenSC/security/advisories/new) can be filed without public visibility.
25+
Please file bug reports using the [Issues](https://github.com/OpenSC/OpenSC/issues) link (after reading about [ReportingBugs](How-to-write-a-good-bug-report). [Security related issues](https://github.com/OpenSC/OpenSC/security/advisories/new) can be filed without public visibility.

OpenSC-Release-Howto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Optionally, discuss changes to _NEWS_ by opening a [new issue](https://github.co
7979
* Select appropriate tag (when pushed before) or create new one in GitHub (for lightweight tags only)
8080
* For final releases, select the existing tag, e.g. _0.20.0_; for release candidates choose a new tag, e.g. _0.20.0-rc1_
8181
* Upload the build artifacts to the new release
82-
* release tarball, OSX installer, 2 variants (default, light) of Windows intaller for both 64b and 32b + separate debug archives
82+
* release tarball, OSX installer, 2 variants (default, light) of Windows installer for both 64b and 32b + separate debug archives
8383
* For final releases, download signed Windows installers from Signpath.io instead of unsigned installers from AppVeyor (i.e. Nightly builds):
8484

8585
1. Navigate to [Signpath's outstanding Signing Requests](https://app.signpath.io/Web/8d2463fe-39bd-4a41-bb72-f008b4b1fe17/SigningRequests)

OpenSC-Services.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The mailing lists are hosted at the OpenSC project at SourceForge: [http://sourc
2424

2525
* [opensc-announce](https://lists.sourceforge.net/lists/listinfo/opensc-announce): announcements of new releases, bugfixes and security warnings. Low volume.
2626
* [opensc-commits](https://lists.sourceforge.net/lists/listinfo/opensc-commits): commit notifications
27-
* [opensc-devel](https://lists.sourceforge.net/lists/listinfo/opensc-devel): discussion of developement of OpenSC and related projects
27+
* [opensc-devel](https://lists.sourceforge.net/lists/listinfo/opensc-devel): discussion of development of OpenSC and related projects
2828

2929
**You have to subscribe to the new lists yourself.**
3030

OpenSC-security-advisories.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Software often contains bugs, so does OpenSC. Be aware of the following security
1717
* 27.08.2008 security advisory coded as [CVE-2008-3972](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-3972)
1818
* 31.07.2008 security advisory coded as [CVE-2008-2235](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-2235)
1919

20-
If you have other [security releated issues](https://github.com/OpenSC/OpenSC/security/advisories/new) to report, they can be filed without public visibility.
20+
If you have other [security related issues](https://github.com/OpenSC/OpenSC/security/advisories/new) to report, they can be filed without public visibility.

0 commit comments

Comments
 (0)