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/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/cmd.py') diff --git a/Lib/distutils/cmd.py b/Lib/distutils/cmd.py index d450ad320c..8beb5d443e 100644 --- a/Lib/distutils/cmd.py +++ b/Lib/distutils/cmd.py @@ -55,7 +55,7 @@ class Command: # commands fallback on the Distribution's behaviour. None means # "not defined, check self.distribution's copy", while 0 or 1 mean # false and true (duh). Note that this means figuring out the real - # value of each flag is a touch complicatd -- hence "self.verbose" + # value of each flag is a touch complicated -- hence "self.verbose" # (etc.) will be handled by __getattr__, below. self._verbose = None self._dry_run = None -- cgit v1.2.1