From: Mathieu Parent Date: Thu, 29 Aug 2019 19:58:50 +0000 (+0200) Subject: Spelling fixes s/wont /won't / X-Git-Tag: tevent-0.10.1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e97f1aa15b11aa6becf168e3750b547e6eccfc;p=thirdparty%2Fsamba.git Spelling fixes s/wont /won't / Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/examples/libsmbclient/testutime.c b/examples/libsmbclient/testutime.c index 8cc78fd6284..662bd866a59 100644 --- a/examples/libsmbclient/testutime.c +++ b/examples/libsmbclient/testutime.c @@ -52,7 +52,7 @@ int main(int argc, char * argv[]) (long long)st.st_ctime, ctime_r(&st.st_ctime, c_time), (long long)st.st_atime, ctime_r(&st.st_atime, a_time)); - utimbuf.actime = t; /* unchangeable (wont change) */ + utimbuf.actime = t; /* unchangeable (won't change) */ utimbuf.modtime = t; /* this one should succeed */ if (smbc_utime(pSmbPath, &utimbuf) < 0) { 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) {