diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-10-26 10:29:25 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-10-26 10:29:25 +0000 |
commit | 1fc5d69923a27ca6ba128e28befa74734dc53e5e (patch) | |
tree | ddf17bfe2eb45c7afb3f14632e2f848b94f221d0 | |
parent | 11f68203325fba704afc47e5cf76831a3fa89008 (diff) | |
download | cygnal-1fc5d69923a27ca6ba128e28befa74734dc53e5e.tar.gz cygnal-1fc5d69923a27ca6ba128e28befa74734dc53e5e.tar.bz2 cygnal-1fc5d69923a27ca6ba128e28befa74734dc53e5e.zip |
Fix typo
-rw-r--r-- | winsup/doc/ntsec.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml index 038cc7010..9de6a64ac 100644 --- a/winsup/doc/ntsec.xml +++ b/winsup/doc/ntsec.xml @@ -978,7 +978,7 @@ the stat record returned by NFS. If an account matches, AD returns the Windows SID, so we have an immediate mapping from UNIX uid to a Windows SID, if the user account has a valid <literal>uidNumber</literal> attribute. For groups, the method is the same, just that Cygwin asks for a group with -<literal>gidNumbe</literal> attribute == <literal>st_gid</literal> field of the +<literal>gidNumber</literal> attribute == <literal>st_gid</literal> field of the stat record. </listitem> |