summaryrefslogtreecommitdiff
path: root/specs/libX11
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/libX11
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/libX11')
-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
4 files changed, 5 insertions, 5 deletions
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 */