]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
wafsamba: improve wording in a comment
authorMichael Adam <obnox@samba.org>
Mon, 25 Aug 2014 21:39:50 +0000 (23:39 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 18 Nov 2014 20:09:04 +0000 (21:09 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 210d7de34f953c308e5fa3db9506796ef2b21688)

buildtools/wafsamba/wafsamba.py

index 8796cf2fb3ded964edd94ad09d604040c9a0d522..73f1ae9f4697c736a30754bfed97c85073af7cf2 100644 (file)
@@ -735,7 +735,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,