]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:librpc: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Fri, 10 Nov 2023 21:03:20 +0000 (10:03 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Dec 2023 01:08:37 +0000 (01:08 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/librpc/wscript_build

index 2f6d4304b712979351bb44d8bebca9ca3f9ac4c8..dd1494974e26dd7c1bb76fedacc60c1401f64d50 100644 (file)
@@ -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'
        )