summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 21:58:50 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:27 +0000
commitc5e97f1aa15b11aa6becf168e3750b547e6eccfc (patch)
treeb5363c4b0fe3a12ac96e9807a8f83ea7fc69af65 /source3/libsmb
parent0459a6db3319948a59c52669193b618f812d8bf0 (diff)
downloadsamba-c5e97f1aa15b11aa6becf168e3750b547e6eccfc.tar.gz
Spelling fixes s/wont /won't /
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/libsmb_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/libsmb_path.c b/source3/libsmb/libsmb_path.c
index 5b53b386a67..bcbdae325c4 100644
--- a/source3/libsmb/libsmb_path.c
+++ b/source3/libsmb/libsmb_path.c
@@ -257,7 +257,7 @@ SMBC_parse_path(TALLOC_CTX *ctx,
}
/*
- * Assume we wont find an authentication domain to parse, so default
+ * Assume we won't find an authentication domain to parse, so default
* to the workgroup in the provided context.
*/
if (pp_workgroup != NULL) {