summaryrefslogtreecommitdiffstats
path: root/doc/man7/property.pod
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2019-07-02 10:04:04 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-07-02 14:22:29 +0200
commitc2969ff6e70b10f71fbd97c1d0b0cffc92bd69df (patch)
tree31e1c94c18598574c6074468cffbf16602f98a15 /doc/man7/property.pod
parenttest/p_test.c: silence -Wstringop-overflow (diff)
downloadopenssl-c2969ff6e70b10f71fbd97c1d0b0cffc92bd69df.tar.xz
openssl-c2969ff6e70b10f71fbd97c1d0b0cffc92bd69df.zip
Fix Typos
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9288)
Diffstat (limited to 'doc/man7/property.pod')
-rw-r--r--doc/man7/property.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/property.pod b/doc/man7/property.pod
index a9b2a776d1..5b329ee6f3 100644
--- a/doc/man7/property.pod
+++ b/doc/man7/property.pod
@@ -68,7 +68,7 @@ Matching such clauses is not a requirement, but any additional optional
match counts in favor of the algorithm.
More details about that in the B<Lookups> section.
A I<property query> is a sequence of comma separated property query clauses.
-The full syntax for property queries appears below, but the available syntatic
+The full syntax for property queries appears below, but the available syntactic
features are:
=over 4
@@ -129,7 +129,7 @@ Where both the context and local queries include a clause with the same name,
the local clause overrides the context clause.
It is possible for a local property query to remove a clause in the context
-property query by preceeding the property name with a '-'.
+property query by preceding the property name with a '-'.
For example, a context property query that contains "fips=yes" would normally
result in implementations that have "fips=yes".