1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-24 10:50:22 +03:00

fix spelling of 'unchangeable'

Signed-off-by: Edward Betts <edward@4angle.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>

Autobuild-User(master): Garming Sam <garming@samba.org>
Autobuild-Date(master): Wed Feb 22 12:21:51 CET 2017 on sn-devel-144
This commit is contained in:
Edward Betts 2017-01-26 21:41:12 +00:00 committed by Garming Sam
parent 5089e03b1e
commit b5226ac502
2 changed files with 2 additions and 2 deletions

View File

@ -1182,7 +1182,7 @@ per-user settings using the Domain User Manager (as with MS Windows NT4/200x). <
<itemizedlist>
<listitem><para>A profile unique to that user.</para></listitem>
<listitem><para>A mandatory profile (one the user cannot change).</para></listitem>
<listitem><para>A group profile (really should be mandatory &smbmdash; that is, unchangable).</para></listitem>
<listitem><para>A group profile (really should be mandatory &smbmdash; that is, unchangeable).</para></listitem>
</itemizedlist>
</sect2>

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; /* unchangable (wont change) */
utimbuf.actime = t; /* unchangeable (wont change) */
utimbuf.modtime = t; /* this one should succeed */
if (smbc_utime(pSmbPath, &utimbuf) < 0)
{