From: Guido van Rossum Date: Fri, 1 Sep 2000 02:40:11 +0000 (+0000) Subject: Moodules -> Modules. X-Git-Tag: v2.0b1~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b92b62771eb63ac76d9cdc25dd74f8c5a4f45567;p=thirdparty%2FPython%2Fcpython.git Moodules -> Modules. --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 3e89ef7091dc..7555abf504f0 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -164,7 +164,7 @@ Setup: $(srcdir)/Setup.in @if [ -f Setup ] ; then \ echo; \ echo "----------------------------------------------"; \ - echo "Modules/Setup.in is newer than Moodules/Setup;"; \ + echo "Modules/Setup.in is newer than Modules/Setup;"; \ echo "check to make sure you have all the updates"; \ echo "you need in your Setup file."; \ echo "----------------------------------------------"; \