summaryrefslogtreecommitdiff
path: root/docs/textdocs/UNIX_INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/textdocs/UNIX_INSTALL.txt')
-rw-r--r--docs/textdocs/UNIX_INSTALL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/textdocs/UNIX_INSTALL.txt b/docs/textdocs/UNIX_INSTALL.txt
index 8b430a9884..c189482ca4 100644
--- a/docs/textdocs/UNIX_INSTALL.txt
+++ b/docs/textdocs/UNIX_INSTALL.txt
@@ -315,7 +315,7 @@ codes of locking calls to tell clients that everything is OK.
The second class of locking is the "deny modes". These are set by an
application when it opens a file to determine what types of access
-should be allowed simultaneously with it's open. A client may ask for
+should be allowed simultaneously with its open. A client may ask for
DENY_NONE, DENY_READ, DENY_WRITE or DENY_ALL. There are also special
compatability modes called DENY_FCB and DENY_DOS.