fix a bunch of spelling errors

(closes SF patch #1104868)
This commit is contained in:
Fred Drake 2005-01-19 03:39:17 +00:00
parent 9f79dbfd4a
commit b184ae860e
8 changed files with 8 additions and 8 deletions

View file

@ -731,7 +731,7 @@ Ousterhout's book.
Screen distances can be specified in either pixels or absolute
distances. Pixels are given as numbers and absolute distances as
strings, with the trailing character denoting units: \code{c}
for centimeters, \code{i} for inches, \code{m} for millimeters,
for centimetres, \code{i} for inches, \code{m} for millimetres,
\code{p} for printer's points. For example, 3.5 inches is expressed
as \code{"3.5i"}.