summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 10:08:26 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 10:08:26 -0700
commit34e454b17466ad2d79fb51ab040906dfe9ccc3f3 (patch)
tree01243ebc968572875fb1f58fc64b6f421d231cb7 /specs
parent5da41666a4a5bef637a9bb0c04357b7ab2de323d (diff)
downloadxorg-lib-libXext-34e454b17466ad2d79fb51ab040906dfe9ccc3f3.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/dbelib.xml2
-rw-r--r--specs/dpmslib.xml2
-rw-r--r--specs/shapelib.xml2
-rw-r--r--specs/synclib.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/specs/dbelib.xml b/specs/dbelib.xml
index f1692d0..33fe6a4 100644
--- a/specs/dbelib.xml
+++ b/specs/dbelib.xml
@@ -249,7 +249,7 @@ the same area in both the front and back buffers is cleared.
<para>
The effect of passing a window to a request that accepts a
<function>DRAWABLE</function> is
-unchanged by this extension. The window and front buffer are synonomous
+unchanged by this extension. The window and front buffer are synonymous
with each other. This includes obeying the <function>GetImage</function>
semantics and the
subwindow-mode semantics if a core graphics context is involved. Regardless
diff --git a/specs/dpmslib.xml b/specs/dpmslib.xml
index ba5682e..a5275fe 100644
--- a/specs/dpmslib.xml
+++ b/specs/dpmslib.xml
@@ -242,7 +242,7 @@ inactivity in seconds before the third and final level of power savings is
invoked. Off mode's physical and electrical characteristics are
implementation defined, but in DPMS compliant hardware, is implemented by
shutting off both horizontal and vertical sync signals, resulting in
-the power-down of the monitor. Recovery time is implementation dependant,
+the power-down of the monitor. Recovery time is implementation dependent,
but frequently is similar to the power-up time of the monitor. A value
of zero disables this mode.
</para>
diff --git a/specs/shapelib.xml b/specs/shapelib.xml
index 525cbbe..3da977c 100644
--- a/specs/shapelib.xml
+++ b/specs/shapelib.xml
@@ -464,7 +464,7 @@ The structure for this event is defined as follows:
typedef struct {
int type; /* of event */
unsigned long serial; /* # of last request processed by server */
- Bool send_event; /* true if this came frome a SendEvent request */
+ Bool send_event; /* true if this came from a SendEvent request */
Display *display; /* Display the event was read from */
Window window; /* window of event */
int kind; /* ShapeBounding or ShapeClip */
diff --git a/specs/synclib.xml b/specs/synclib.xml
index 12145eb..4afc227 100644
--- a/specs/synclib.xml
+++ b/specs/synclib.xml
@@ -376,7 +376,7 @@ XSyncWaitCondition has the following fields:
XSyncCounter trigger.counter; /*counter to trigger on */
XSyncValueType trigger.value_type; /*absolute/relative */
XSyncValue trigger.wait_value; /*value to compare counter to */
-XSyncTestType trigger.test_type; /*pos/neg comparison/transtion */
+XSyncTestType trigger.test_type; /*pos/neg comparison/transition */
XSyncValue event_threshold; /*send event if past threshold */
</literallayout>