From c024c99faf60eb866ee2e4a2b7f52751e013e01a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 28 Oct 1998 18:19:16 +0000 Subject: [PATCH] Fix typo reported by Gerry Weiner . --- Doc/lib/libposix.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index e5108dbaea9..acae9af8cae 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -53,8 +53,7 @@ export statements to the command string for \function{system()} or \emph{However:} If you are using this module via the \module{os} module (as you should -- see the introduction above), \code{environ} is a a mapping object that behaves almost like a dictionary but -invokes \function{putenv()} automatically called whenever an item is -changed. +invokes \function{putenv()} automatically whenever an item is changed. \end{datadesc} \begin{excdesc}{error}