]> granicus.if.org Git - python/commitdiff
Correct misspellings.
authorGeorg Brandl <georg@python.org>
Mon, 23 Jan 2006 22:00:17 +0000 (22:00 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 23 Jan 2006 22:00:17 +0000 (22:00 +0000)
Doc/lib/libdecimal.tex
Doc/lib/libhashlib.tex
Doc/lib/libpipes.tex
Doc/lib/tkinter.tex

index c7e66d91f26096fff64acdef519c8aa63f0c2bf7..092f0388756864bf87eb65ccf8a6da7cf04b2576 100644 (file)
@@ -1180,7 +1180,7 @@ have the same value at various precisions. Is there a way to transform them to
 a single recognizable canonical value?
 
 A.  The \method{normalize()} method maps all equivalent values to a single
-representive:
+representative:
 
 \begin{verbatim}
 >>> values = map(Decimal, '200 200.000 2E2 .02E+4'.split())
index 829849fb059a73db78fc2e612b9f173f453bb343..e9d0b57ced880121e5657d4ed452ac3010a677fe 100644 (file)
@@ -15,7 +15,7 @@ This module implements a common interface to many different secure hash and
 message digest algorithms.  Included are the FIPS secure hash algorithms SHA1,
 SHA224, SHA256, SHA384, and SHA512 (defined in FIPS 180-2) as well as RSA's MD5
 algorithm (defined in Internet \rfc{1321}).
-The terms secure hash and message digest are interchangable.  Older
+The terms secure hash and message digest are interchangeable.  Older
 algorithms were called message digests.  The modern term is secure hash.
 
 \warning{Some algorithms have known hash collision weaknesses, see the FAQ at the end.}
index 4e6ea53930c74449dfb58505c953ede330a1e571..1815e09d57f3f3c5e5eeaba57d45fdd786419a9d 100644 (file)
@@ -8,7 +8,7 @@
 
 
 The \module{pipes} module defines a class to abstract the concept of
-a \emph{pipeline} --- a sequence of convertors from one file to 
+a \emph{pipeline} --- a sequence of converters from one file to 
 another.
 
 Because the module uses \program{/bin/sh} command lines, a \POSIX{} or
index f223ff6eae2b2f35586cd3164e48519c32f08f74..405f041f6c9557f78bc8f64b793d181ef51735df 100644 (file)
@@ -476,7 +476,7 @@ Tk man pages for the widget in question.
 Note that the man pages list "STANDARD OPTIONS" and "WIDGET SPECIFIC
 OPTIONS" for each widget.  The former is a list of options that are
 common to many widgets, the latter are the options that are
-ideosyncratic to that particular widget.  The Standard Options are
+idiosyncratic to that particular widget.  The Standard Options are
 documented on the \manpage{options}{3} man page.
 
 No distinction between standard and widget-specific options is made in