summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-08-25 23:39:50 +0200
committerKarolin Seeger <kseeger@samba.org>2014-11-17 21:21:12 +0100
commitcfbf91eb75987e6754f1fd410fcd192b73878653 (patch)
treea3dfbe6716b678536a7d6f7d8f820fa2b774daa7 /buildtools
parent639274995bfb63d0628f1e4284ab4480e8085a76 (diff)
downloadsamba-cfbf91eb75987e6754f1fd410fcd192b73878653.tar.gz
wafsamba: improve wording in a comment
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 210d7de34f953c308e5fa3db9506796ef2b21688)
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/wafsamba.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 15d49b5c25d..d8588bc53a0 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -733,7 +733,7 @@ def install_file(bld, destdir, file, chmod=MODE_644, flat=False,
destname = os.path.basename(destname)
dest = os.path.join(destdir, destname)
if python_fixup:
- # fixup the python path it will use to find Samba modules
+ # fix the path python will use to find Samba modules
inst_file = file + '.inst'
bld.SAMBA_GENERATOR('python_%s' % destname,
rule=copy_and_fix_python_path,