From: Michael Adam Date: Mon, 25 Aug 2014 21:39:50 +0000 (+0200) Subject: wafsamba: improve wording in a comment X-Git-Tag: samba-4.0.23~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c47c7872250ed21aa40b9a8af11698ffdacf6a;p=thirdparty%2Fsamba.git wafsamba: improve wording in a comment Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher (cherry picked from commit 210d7de34f953c308e5fa3db9506796ef2b21688) --- diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index 8796cf2fb3d..73f1ae9f469 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -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,