From 45b7a0c13e292da5898ca67c4814cf80bd7ae6a4 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Sat, 11 Nov 2023 10:03:20 +1300 Subject: [PATCH] s4:librpc: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source4/librpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 2f6d4304b71..dd1494974e2 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -184,7 +184,7 @@ bld.SAMBA_LIBRARY('dcerpc', # If we just put header_path = 'gen_ndr' then all the public_headers will go # in 'gen_ndr' and for dcerpc.h (at least) it will cause a problem as # we have already a dcerpc.h installed by librpc/wscript_build - # and one will overright the other which is not what we expect. + # and one will overwrite the other which is not what we expect. header_path=[ ('*gen_ndr*', 'gen_ndr') ], vnum='0.0.1' ) -- 2.47.3