summaryrefslogtreecommitdiff
path: root/lib/py-compile
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-09-06 05:36:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-09-06 05:36:57 +0000
commit636c8076580a538799f07966b9bd18c7f157db32 (patch)
treead3f7d5222158705fa1fcd7d74a23978e0fb10de /lib/py-compile
parent26921d67fe8cd594f8dbf708fe06beeb044e5b01 (diff)
downloadautomake-636c8076580a538799f07966b9bd18c7f157db32.tar.gz
Spelling and minor grammar fixes.
Diffstat (limited to 'lib/py-compile')
-rwxr-xr-xlib/py-compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/py-compile b/lib/py-compile
index a055fae4f..4c84b678a 100755
--- a/lib/py-compile
+++ b/lib/py-compile
@@ -80,7 +80,7 @@ $PYTHON -O -c "
import sys, os, string, py_compile
files = '''$*'''
-print 'Byte-compiling python modules (optimised versions) ...'
+print 'Byte-compiling python modules (optimized versions) ...'
for file in string.split(files):
$trans
if not os.path.exists(path) or not (len(path) >= 3 and path[-3:] == '.py'):