1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

buildtools: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-10-21 15:14:04 +13:00 committed by Andrew Bartlett
parent cdff2b767e
commit 2e5d75141d

View File

@ -141,7 +141,7 @@ def SAMBA_LIBRARY(bld, libname, source,
'''define a Samba library'''
# We support:
# - LIBRARY: this can be use to link via -llibname
# - LIBRARY: this can be used to link via -llibname
# - MODULE: this is module from SAMBA_MODULE()
# - PLUGIN: this is plugin for external consumers to be
# loaded via dlopen()