From e21029a270a6e3b8bcc5ff33b74977cb0cd6cd17 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 9 Apr 2012 08:33:37 -0400 Subject: waf: Fix mispelling Autobuild-User: Simo Sorce Autobuild-Date: Thu Apr 19 17:36:41 CEST 2012 on sn-devel-104 --- buildtools/wafsamba/samba_python.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildtools/wafsamba/samba_python.py') diff --git a/buildtools/wafsamba/samba_python.py b/buildtools/wafsamba/samba_python.py index 503fa75185..6bc32f00b6 100644 --- a/buildtools/wafsamba/samba_python.py +++ b/buildtools/wafsamba/samba_python.py @@ -21,7 +21,7 @@ def SAMBA_PYTHON(bld, name, realname=None, cflags='', includes='', - init_function_sentinal=None, + init_function_sentinel=None, local_include=True, vars=None, enabled=True): @@ -29,8 +29,8 @@ def SAMBA_PYTHON(bld, name, # when we support static python modules we'll need to gather # the list from all the SAMBA_PYTHON() targets - if init_function_sentinal is not None: - cflags += '-DSTATIC_LIBPYTHON_MODULES=%s' % init_function_sentinal + if init_function_sentinel is not None: + cflags += '-DSTATIC_LIBPYTHON_MODULES=%s' % init_function_sentinel source = bld.EXPAND_VARIABLES(source, vars=vars) -- cgit