summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2018-11-28 11:10:17 +1300
committerDouglas Bagnall <dbagnall@samba.org>2018-11-30 03:35:13 +0100
commit28aeb86a9fbc102007e3152bc6c574232204803a (patch)
tree7ca94e7f74c1bd0c5d25b31f9f26d14b7ba65ed1 /source4
parent669249ae93bd492559b25539830773af3fa5cca7 (diff)
downloadsamba-28aeb86a9fbc102007e3152bc6c574232204803a.tar.gz
Fix spelling mistakes
Signed-off-by: Olly Betts <olly@survex.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/acl.c2
-rw-r--r--source4/libnet/libnet_domain.c4
-rw-r--r--source4/torture/basic/base.c2
-rw-r--r--source4/torture/drs/python/getncchanges.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/acl.c b/source4/dsdb/samdb/ldb_modules/acl.c
index cd7144a138c..5d36f85b173 100644
--- a/source4/dsdb/samdb/ldb_modules/acl.c
+++ b/source4/dsdb/samdb/ldb_modules/acl.c
@@ -185,7 +185,7 @@ done:
}
/*
- * Check this after the modules have be initalised so we
+ * Check this after the modules have be initialised so we
* can actually read the backend DB.
*/
data->userPassword_support
diff --git a/source4/libnet/libnet_domain.c b/source4/libnet/libnet_domain.c
index 27a3e5521d0..a7499b84b35 100644
--- a/source4/libnet/libnet_domain.c
+++ b/source4/libnet/libnet_domain.c
@@ -602,7 +602,7 @@ NTSTATUS libnet_DomainOpenLsa_recv(struct composite_context *c, struct libnet_co
/**
* Sends a request to open a domain in desired service
*
- * @param ctx initalised libnet context
+ * @param ctx initialised libnet context
* @param io arguments and results of the call
* @param monitor pointer to monitor function that is passed monitor message
*/
@@ -1188,7 +1188,7 @@ static struct domainlist* get_domain_list(TALLOC_CTX *mem_ctx, struct domain_lis
/**
* Sends a request to list domains on given host
*
- * @param ctx initalised libnet context
+ * @param ctx initialised libnet context
* @param mem_ctx memory context
* @param io arguments and results of the call
* @param monitor pointer to monitor function that is passed monitor messages
diff --git a/source4/torture/basic/base.c b/source4/torture/basic/base.c
index 314e8f2d131..a4a328e5cf4 100644
--- a/source4/torture/basic/base.c
+++ b/source4/torture/basic/base.c
@@ -1523,7 +1523,7 @@ static bool torture_chkpath_test(struct torture_context *tctx,
}
/*
- * This is a test to excercise some weird Samba3 error paths.
+ * This is a test to exercise some weird Samba3 error paths.
*/
static bool torture_samba3_errorpaths(struct torture_context *tctx)
diff --git a/source4/torture/drs/python/getncchanges.py b/source4/torture/drs/python/getncchanges.py
index 23925cf14bc..ff737a500b8 100644
--- a/source4/torture/drs/python/getncchanges.py
+++ b/source4/torture/drs/python/getncchanges.py
@@ -940,7 +940,7 @@ class DrsReplicaSyncIntegrityTestCase(drs_base.DrsBaseTestCase):
# This test is a little different in that we're particularly interested
# in exercising the replmd client code on the second DC.
# First, make sure the peer DC has the base OU, then connect to it (so
- # we store its inital HWM)
+ # we store its initial HWM)
self.sync_DCs()
peer_conn = DcConnection(self, self.ldb_dc1, self.dnsname_dc1)