summaryrefslogtreecommitdiffstats
path: root/doc/data-types.txt
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-11-13 11:46:08 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-11-13 11:35:25 +0100
commit51d3566eb4983be96ab2eaa8c176696206114d84 (patch)
treee1426823bdc31a8313de2ac5c4ae034f74ea35a1 /doc/data-types.txt
parentb3c8de9c5aecde38eec964f31120df82b9704c8c (diff)
doc: Spelling and grammar fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/data-types.txt')
-rw-r--r--doc/data-types.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/data-types.txt b/doc/data-types.txt
index 2692afde..5c132f86 100644
--- a/doc/data-types.txt
+++ b/doc/data-types.txt
@@ -136,7 +136,7 @@ boolean |
integer
|===================
-The boolean type is a syntactical helper type in userspace. It's use is in the
+The boolean type is a syntactical helper type in userspace. Its use is in the
right-hand side of a (typically implicit) relational expression to change the
expression on the left-hand side into a boolean check (usually for existence). +