1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +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:
Mathieu Parent
2019-08-29 21:58:50 +02:00
committed by Andrew Bartlett
parent 0459a6db33
commit c5e97f1aa1
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{