summaryrefslogtreecommitdiff
path: root/specs/xextproto/security.xml
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-08-08 10:32:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-08-08 10:33:56 -0700
commit09602b2130b3710bcca4d2707132bd47d4a832ef (patch)
tree675da52f5fd80b6b5019b7fbd3f49654374ce3fd /specs/xextproto/security.xml
parenta8ccf66bc924fb02c9e944f99e84d90958dd142f (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/xextproto/security.xml')
-rw-r--r--specs/xextproto/security.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/specs/xextproto/security.xml b/specs/xextproto/security.xml
index 93073c5..35f3395 100644
--- a/specs/xextproto/security.xml
+++ b/specs/xextproto/security.xml
@@ -530,7 +530,7 @@ a root window destination.)
</para>
<orderedlist>
<listitem>
- <para>The propogate field of SendEvent is False.</para>
+ <para>The propagate field of SendEvent is False.</para>
</listitem>
<listitem>
<para>
@@ -838,7 +838,7 @@ forward client connections to servers that do not meet the criteria.
To use this authorization method, the client (or proxy) sends
"XC-QUERY-SECURITY-1" as the authorization-protocol-name in the initial
connection setup message. The authorization-protocol-data may be empty or
-may contain additional security criteria desribed below. If the success
+may contain additional security criteria described below. If the success
field of the server's reply is Authenticate, the server supports the
security extension, and the server meets all specified additional security
criteria. In this case, the client should resend the initial connection
@@ -1289,7 +1289,7 @@ name and name_length fields of auth_in should be initialized to the
authorization protocol name and its length in characters respectively.
If there is authorization data, the data and data_length fields of
auth_in should be initialized to the data and its length in characters
-respectivley. The library does not assume that name and data are
+respectively. The library does not assume that name and data are
null-terminated strings. The auth_in argument must be freed with
<xref linkend='XSecurityFreeXauth' xrefstyle='select: title'/>.
</para>
@@ -1380,7 +1380,7 @@ name that was passed in, and the data and data_length fields will be set to
the authorization data returned by the server. The caller should not assume
that name and data are null-terminated strings. If no authorization data was
returned by the server, the data and data_length fields will be set to NULL
-and zero repectively. The returned Xauth structure must be freed with
+and zero respectively. The returned Xauth structure must be freed with
<xref linkend='XSecurityFreeXauth' xrefstyle='select: title'/>; the caller should not use any other
means free the structure or any of its components. The auth_id_return
argument will be filled in with the non-zero authorization id of the created