s4:kdc: Fix grammar
authorJo Sutton <josutton@catalyst.net.nz>
Tue, 9 Apr 2024 03:07:23 +0000 (15:07 +1200)
committerJo Sutton <jsutton@samba.org>
Sun, 21 Apr 2024 22:10:36 +0000 (22:10 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/wscript_build

index b15f3e7bcb4b7f1dcace6ac7cf6f9fc322e52f5f..cf5422f48a7eadee0e0a7647f2873ea65eaeb55a 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# We do this because we do not want to depend on the KDC, only find and use it's header files.  We do not want 
+# We do this because we do not want to depend on the KDC, only find and use its header files.  We do not want
 if not bld.CONFIG_SET("USING_SYSTEM_KDC"):
     kdc_include = "../../third_party/heimdal/kdc ../../third_party/heimdal/lib/gssapi"
 else: