diff options
-rw-r--r-- | examples/libsmbclient/testutime.c | 2 | ||||
-rw-r--r-- | source3/libsmb/libsmb_path.c | 2 |
2 files changed, 2 insertions, 2 deletions
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) { |