X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlglossary.pod;h=b27444023c13fc2d910a06dae4905cd92c525489;hb=64446524dbda53cb526fa2caf0e389033c91f314;hp=5befd5e17568bcd5d1e70cf8f1d3786eed07f15d;hpb=27ed30b88a644381a2e2f6c2b2814412d3b5c78c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlglossary.pod b/pod/perlglossary.pod index 5befd5e..b274440 100644 --- a/pod/perlglossary.pod +++ b/pod/perlglossary.pod @@ -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. =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.