mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
0459a6db33
commit
c5e97f1aa1
@ -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)
|
||||
{
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user