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 --- source4/scripting/python/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 8879f759ba..9c23a96f8c 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('samba_python', bld.SAMBA_SUBSYSTEM('LIBPYTHON', source='modules.c', public_deps='', - init_function_sentinal='{NULL,NULL}', + init_function_sentinel='{NULL,NULL}', deps='talloc', pyext=True, ) -- cgit