summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-22 15:19:58 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-22 15:19:58 -0700
commit2b7598221d87049d03e9a95fcb541c37c8728184 (patch)
tree2908e9da747a4a03f2fcaa47a26895b350cb1825 /specs
parentf9e3378ebcfc79ff00591b8617a68e97580a741e (diff)
downloadxorg-lib-libX11-2b7598221d87049d03e9a95fcb541c37c8728184.tar.gz
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')
-rw-r--r--specs/XIM/xim.xml10
-rw-r--r--specs/XKB/ch13.xml2
-rwxr-xr-xspecs/i18n/compose/compose-chart.pl2
-rw-r--r--specs/i18n/framework/framework.xml2
-rw-r--r--specs/libX11/AppC.xml2
-rw-r--r--specs/libX11/CH01.xml2
-rw-r--r--specs/libX11/CH13.xml4
-rw-r--r--specs/libX11/CH14.xml2
8 files changed, 13 insertions, 13 deletions
diff --git a/specs/XIM/xim.xml b/specs/XIM/xim.xml
index 13171970..60bf7be5 100644
--- a/specs/XIM/xim.xml
+++ b/specs/XIM/xim.xml
@@ -31,12 +31,12 @@
<abstract>
<para>
-This specifies a protocol between IM library and IM (Input Method) Server for internationalized text input, which is indepedent from any specific language, any specific input method and the transport layer used in communication between the IM library and the IM Server, and uses a client-server model. This protocol allows user to use his/her favorite method for all applications within the stand-along distrubuted environment.
+This specifies a protocol between IM library and IM (Input Method) Server for internationalized text input, which is independent from any specific language, any specific input method and the transport layer used in communication between the IM library and the IM Server, and uses a client-server model. This protocol allows user to use his/her favorite method for all applications within the stand-along distributed environment.
</para>
</abstract>
<legalnotice>
-<para>Permission to use,copy and distribute this documetation for any purpose
+<para>Permission to use, copy and distribute this documentation for any purpose
and without fee is hereby granted, provided that the above copyright notice
and this permission notice appear in all copies. Fujitsu and Sun Microsystems
make no representation about the suitability for any purpose of the information in this document.
@@ -978,7 +978,7 @@ A client must send
message as the first message on the connection.
The list specifies the names of authentication protocols the sending
IM Server is willing to perform.
-(If the client need not authenticate, the list may be omited.)
+(If the client need not authenticate, the list may be omitted.)
</para>
<para>
@@ -1123,7 +1123,7 @@ If <emphasis remap='I'>client_ask</emphasis> -&gt; <emphasis remap='I'>client_wa
</para>
<para>
If <emphasis remap='I'>client_no_check</emphasis>,
-client-auth-protocol-names may be omited -&gt; <emphasis remap='I'>client_wait2</emphasis>
+client-auth-protocol-names may be omitted -&gt; <emphasis remap='I'>client_wait2</emphasis>
</para>
</listitem>
</varlistentry>
@@ -1569,7 +1569,7 @@ XIM_ENCODING_NEGOTIATION_REPLY (IM Server -&gt; IM library)
2 CARD16 category of the encoding determined.
#0 name
#1 detailed data
- 2 INT16 index of the encoding determinated.
+ 2 INT16 index of the encoding determined.
2 unused
</literallayout>
diff --git a/specs/XKB/ch13.xml b/specs/XKB/ch13.xml
index 458a260d..0f65e9c6 100644
--- a/specs/XKB/ch13.xml
+++ b/specs/XKB/ch13.xml
@@ -2356,7 +2356,7 @@ To add a row to an existing overlay, use
</term>
<listitem>
<para>
- row to be overlayed in the section <parameter>overlay</parameter>
+ row to be overlaid in the section <parameter>overlay</parameter>
overlays
</para>
</listitem>
diff --git a/specs/i18n/compose/compose-chart.pl b/specs/i18n/compose/compose-chart.pl
index e2ac8509..a96dfee5 100755
--- a/specs/i18n/compose/compose-chart.pl
+++ b/specs/i18n/compose/compose-chart.pl
@@ -147,7 +147,7 @@ sub make_compose_chart {
chomp($cl);
if ($cl =~ m{^\s*#\s*(.*)$}) { # Comment only lines
- # Combine commment blocks
+ # Combine comment blocks
my $comment = $1;
if ($in_comment) {
diff --git a/specs/i18n/framework/framework.xml b/specs/i18n/framework/framework.xml
index c2aad8a1..eebbce60 100644
--- a/specs/i18n/framework/framework.xml
+++ b/specs/i18n/framework/framework.xml
@@ -265,7 +265,7 @@ dependent information, handling charset, converting text, etc.
</para>
<para>
-As a result of using these APIs instead of accessing vender private
+As a result of using these APIs instead of accessing vendor private
extension of the locale object, we can keep locale, IM and OM
independently each other.
</para>
diff --git a/specs/libX11/AppC.xml b/specs/libX11/AppC.xml
index b48aa083..c787a8f0 100644
--- a/specs/libX11/AppC.xml
+++ b/specs/libX11/AppC.xml
@@ -3218,7 +3218,7 @@ the natural alignment in the data stream.
You must pad structures out to 32-bit boundaries.
Pad information does not have to be zeroed unless you want to
preserve such fields for future use in your protocol requests,
-but it is recommended to zero it to avoid inadvertant data leakage
+but it is recommended to zero it to avoid inadvertent data leakage
and improve compressability.
Floating point varies radically between machines and should be
avoided completely if at all possible.
diff --git a/specs/libX11/CH01.xml b/specs/libX11/CH01.xml
index 26009f2f..4e1b8a8f 100644
--- a/specs/libX11/CH01.xml
+++ b/specs/libX11/CH01.xml
@@ -184,7 +184,7 @@ as defined in the file
<indexterm><primary>Headers</primary><secondary><filename class="headerfile">&lt;X11/X.h&gt;</filename></secondary></indexterm>
These resources are created by requests and are destroyed
(or freed) by requests or when connections are closed.
-Most of these resources are potentially sharable between
+Most of these resources are potentially shareable between
applications, and in fact, windows are manipulated explicitly by
window manager programs.
Fonts and cursors are shared automatically across multiple screens.
diff --git a/specs/libX11/CH13.xml b/specs/libX11/CH13.xml
index 6e2fae65..5ca59790 100644
--- a/specs/libX11/CH13.xml
+++ b/specs/libX11/CH13.xml
@@ -4845,7 +4845,7 @@ convenience to the user.
For example, a user tends to mistype the commit key while
preediting. In that case, some input methods provide a special
key sequence to request a ``reconvert'' operation on the
-committed string, similiar to the undo facility provided by most
+committed string, similar to the undo facility provided by most
text editors.
Another example is where the user is proofreading a document
that has some misconversions from preediting and wants to correct
@@ -6924,7 +6924,7 @@ The following keys apply to these tables.
<thead>
<row rowsep='1'>
<entry><acronym>XIC</acronym> Value</entry>
- <entry>Geometry Mangement</entry>
+ <entry>Geometry Management</entry>
<entry>Preedit Callback</entry>
<entry>Preedit Position</entry>
<entry>Input Style Preedit Area</entry>
diff --git a/specs/libX11/CH14.xml b/specs/libX11/CH14.xml
index ce1ada08..03bb85c2 100644
--- a/specs/libX11/CH14.xml
+++ b/specs/libX11/CH14.xml
@@ -2336,7 +2336,7 @@ structure contains:
#define USPosition (1L&lt;&lt;0) /* user specified x,y */
#define USSize (1L&lt;&lt;1) /* user specified width,height */
-#define PPosition (1L&lt;&lt;2) /* program specified posistion */
+#define PPosition (1L&lt;&lt;2) /* program specified position */
#define PSize (1L&lt;&lt;3) /* program specified size */
#define PMinSize (1L&lt;&lt;4) /* program specified minimum size */
#define PMaxSize (1L&lt;&lt;5) /* program specified maximum size */