Nits to the perlintro safety net (by Gabor Szabo and Merijn)
[p5sagit/p5-mst-13.2.git] / pod / perlglossary.pod
index 5befd5e..b274440 100644 (file)
@@ -71,7 +71,7 @@ pity.
 
 =item architecture
 
-The kind of compluter you're working on, where one "kind" of computer
+The kind of computer you're working on, where one "kind" of computer
 means all those computers sharing a compatible machine language.
 Since Perl programs are (typically) simple text files, not executable
 images, a Perl program is much less sensitive to the architecture it's
@@ -184,7 +184,7 @@ regular operators.  See L<perlop>.
 
 =item autoincrement
 
-To add one to something automatically, hence the name of the the C<++>
+To add one to something automatically, hence the name of the C<++>
 operator.  To instead subtract one from something automatically is
 known as an "autodecrement".
 
@@ -3380,4 +3380,4 @@ administrator will Not Be Happy with you.
 Based on the Glossary of Programming Perl, Third Edition,
 by Larry Wall, Tom Christiansen & Jon Orwant.
 Copyright (c) 2000, 1996, 1991 O'Reilly Media, Inc.
-Used with permission.
+This document may be distributed under the same terms as Perl itself.