From 612eb9f58fe38f33484f36bcba97a4b3d8e090a9 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Thu, 27 Jul 2000 02:13:20 +0000 Subject: Fixed a grab-bag of typos spotted by Rob Hooft. --- Lib/distutils/command/build_scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/command/build_scripts.py') diff --git a/Lib/distutils/command/build_scripts.py b/Lib/distutils/command/build_scripts.py index 6467e65b831..17fae8f7b55 100644 --- a/Lib/distutils/command/build_scripts.py +++ b/Lib/distutils/command/build_scripts.py @@ -46,7 +46,7 @@ class build_scripts (Command): """Copy each script listed in 'self.scripts'; if it's marked as a Python script in the Unix way (first line matches 'first_line_re', ie. starts with "\#!" and contains "python"), then adjust the first - line to refer to the current Python intepreter as we copy. + line to refer to the current Python interpreter as we copy. """ outfiles = [] self.mkpath(self.build_dir) -- cgit v1.2.3