buildtools: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Sat, 21 Oct 2023 02:14:04 +0000 (15:14 +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>
buildtools/wafsamba/wafsamba.py

index 822e2e29ba2716dcc330447f607ef14b342712ce..83f62e715457500e35e6dafb76d2fc302e7f079f 100644 (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()