windows.rst
changeset 2212 aec79721c8aa
parent 2189 345cc428daf4
child 2213 0ba47cfd796b
--- a/windows.rst	Tue Dec 19 17:26:06 2017 +0200
+++ b/windows.rst	Tue Dec 26 00:29:56 2017 +0200
@@ -509,7 +509,7 @@
   cmd> icacls %dir% /t /grant:r %user%:(f)
   cmd> icacls %dir% /t /grant:r *S-1-1-0:(f)
 
-Somtimes it fail due to permission inheritance, thry strip them::
+Somtimes it fail due to permission inheritance, try to strip them::
 
   cmd> icacls %dir% /inheritance:r /t /grant:r %user%:(f)