summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-24 16:44:38 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-10-24 16:44:38 +0000
commit36e14a881ef880ce3c48c92993d05e9614c6095d (patch)
treeb581ed0c7ce4a19f2abdd8ce344b23230d9b7009
parentde7358ca6b08fcd953f55e785e7dea645434849f (diff)
downloadcygnal-36e14a881ef880ce3c48c92993d05e9614c6095d.tar.gz
cygnal-36e14a881ef880ce3c48c92993d05e9614c6095d.tar.bz2
cygnal-36e14a881ef880ce3c48c92993d05e9614c6095d.zip
fix typo
-rw-r--r--winsup/doc/ntsec.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml
index 81206b23c..038cc7010 100644
--- a/winsup/doc/ntsec.xml
+++ b/winsup/doc/ntsec.xml
@@ -933,7 +933,7 @@ be cached inside the process itself and, again, propagated to child processes.
<para>
Microsoft's NFS client does not map the uid/gid values on the NFS shares
to SIDs. There's no such thing as a (fake) security descriptor returned
-to the application. Rather, via an undocumented APIr an application can
+to the application. Rather, via an undocumented API an application can
fetch <ulink url="https://tools.ietf.org/html/rfc1813">RFC 1813</ulink>
compatible NFSv3 stat information from the share. This is what Cygwin is
using to show stat information for files on NFS shares.