summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_data.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-07-27 02:13:20 (GMT)
committerGreg Ward <gward@python.net>2000-07-27 02:13:20 (GMT)
commit612eb9f58fe38f33484f36bcba97a4b3d8e090a9 (patch)
tree123a9cab1828c8b5d802bbc48163e5d6a5ce3f30 /Lib/distutils/command/install_data.py
parentaa5372caa758b8bd36ae0621a490dcc0ec21d2ae (diff)
downloadcpython-612eb9f58fe38f33484f36bcba97a4b3d8e090a9.zip
cpython-612eb9f58fe38f33484f36bcba97a4b3d8e090a9.tar.gz
cpython-612eb9f58fe38f33484f36bcba97a4b3d8e090a9.tar.bz2
Fixed a grab-bag of typos spotted by Rob Hooft.
Diffstat (limited to 'Lib/distutils/command/install_data.py')
-rw-r--r--Lib/distutils/command/install_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install_data.py b/Lib/distutils/command/install_data.py
index 716febb..9193f91 100644
--- a/Lib/distutils/command/install_data.py
+++ b/Lib/distutils/command/install_data.py
@@ -18,7 +18,7 @@ class install_data (Command):
user_options = [
('install-dir=', 'd',
- "base directory for installating data files "
+ "base directory for installing data files "
"(default: installation base dir)"),
('root=', None,
"install everything relative to this alternate root directory"),