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:
committed by
Andrew Bartlett
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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user