From 1fc5d69923a27ca6ba128e28befa74734dc53e5e Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sun, 26 Oct 2014 10:29:25 +0000 Subject: [PATCH] Fix typo --- winsup/doc/ntsec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 uidNumber attribute. For groups, the method is the same, just that Cygwin asks for a group with -gidNumbe attribute == st_gid field of the +gidNumber attribute == st_gid field of the stat record.