summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wafsamba.py
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-08-25 23:39:50 +0200
committerStefan Metzmacher <metze@samba.org>2014-09-05 19:47:05 +0200
commit210d7de34f953c308e5fa3db9506796ef2b21688 (patch)
treea10d347c29056a935f368a4cf761f200305b2b3e /buildtools/wafsamba/wafsamba.py
parentca06fac2c87d4abe884d2b6e3c1022266b06e287 (diff)
downloadsamba-210d7de34f953c308e5fa3db9506796ef2b21688.tar.gz
wafsamba: improve wording in a comment
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'buildtools/wafsamba/wafsamba.py')
-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 7cb2653fc46..109e1606531 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -744,7 +744,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,