Skip to content

Commit 38b583a

Browse files
committed
doc: Typo fixes.
--
1 parent 68b4e7c commit 38b583a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/a-decade-of-gnupg.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ history: To help political activists Phil Zimmermann published a
2626
software called Pretty Good Privacy (PGP) in 1991. PGP was designed
2727
as an easy to use encryption tool with no backdoors and disclosed
2828
source code. PGP was indeed intended to be cryptographically strong
29-
and not just pretty good; however it had a couple of inital bugs, most
29+
and not just pretty good; however it had a couple of initial bugs, most
3030
of all a home designed cipher algorithm. With the availability of the
3131
source code a community of hackers (Branko Lankester, Colin Plumb,
3232
Derek Atkins, Hal Finney, Peter Gutmann and others) helped him to fix
3333
these flaws and a get a solid version 2 out.
3434

35-
Soon after that the trouble started. As in many counties the use or
35+
Soon after that the trouble started. As in many countries the use or
3636
export of cryptographic devices and software was also strongly
3737
restricted in the USA. Only weak cryptography was generally allowed.
3838
PGP was much stronger and due to the Usenet and the availability of
39-
FTP servers and BBSs, PGP accidently leaked out of the country and
39+
FTP servers and BBSs, PGP accidentally leaked out of the country and
4040
soon Phil was sued for unlicensed munitions export. Those export
4141
control laws were not quite up to the age of software with the funny
4242
effect that exporting the software in printed form seemed not to be
@@ -58,7 +58,7 @@ the PGP product was later continued by the new PGP Corporation).
5858

5959
Also often claimed to be Free Software, PGP has never fulfilled the
6060
requirements for it: PGP-5 is straight proprietary software; the
61-
availability of the source code alonedoes not make it free. PGP-2 has
61+
availability of the source code alone does not make it free. PGP-2 has
6262
certain restrictions on commercial use [2] and thus puts restrictions
6363
on the software which makes it also non-free. Another problem with
6464
PGP-2 is that it requires the use of the patented RSA and IDEA
@@ -80,8 +80,8 @@ such software in their country or even by US citizens working abroad.
8080
Thus he told the European hackers that they are in the unique position
8181
to help the GNU with crypto software.
8282

83-
Being tired of writing SMGL conversion software and without a current
84-
fun project, I soon found my self hacking on PGP-2 parsing code based
83+
Being tired of writing SGML conversion software and without a current
84+
fun project, I soon found myself hacking on PGP-2 parsing code based
8585
on the description in RFC-1991 and the pgformat.txt file. As this
8686
turned out to be easy I continued and finally came up with code to
8787
decrypt and create PGP-2 data. After I told the GNU towers that I
@@ -101,7 +101,7 @@ and wrote an announcement [5].
101101
Right the next day Peter Gutmann offered to allow the use of his
102102
random number code for systems without a /dev/random. This eventually
103103
helped a lot to make GnuPG portable to many platforms. The next two
104-
months were filled with code updates and a lengthly discussion on the
104+
months were filled with code updates and a lengthily discussion on the
105105
name; we finally settled for Anand Kumria's suggestion of GnuPG and
106106
made the first release under this name (gnupg-0.2.8) on Feb 24 [6].
107107
Just a few days later an experimental version with support for Windows
@@ -117,7 +117,7 @@ copyright concerns with the reference code). Michael Roth contributed
117117
a Triple-DES implementation later the year and thus completed the
118118
required set of OpenPGP algorithms. Over the next year the usual
119119
problems were solved, features discussed, complaints noticed and
120-
support for gpg in various other software was introduced by their
120+
support for GPG in various other software was introduced by their
121121
respective authors.
122122

123123
Finally, on September 7, 1999 the current code was released as version
@@ -206,7 +206,7 @@ In a reply to this mail Alan Olsen remarked on the ML:
206206
determined that the only difference was that RSAREF2 had fixed a
207207
number of buffer overflows and other security flaws. There were no
208208
added features.)
209-
209+
210210
If I remember correctly, 2.5 had RSAREF2 and 2.6 had RSAREF1. One
211211
of the main reasons for the creation of the "International version"
212212
was the use of RSAREF. (Besides the security issues, it was pretty

0 commit comments

Comments
 (0)