summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2023-09-17 12:41:28 +0200
committerUli Schlachter <psychon@znc.in>2023-09-17 12:41:28 +0200
commit1388374c7149114888a6a5cd6e9bf6ad4b42adf8 (patch)
treed52589d0287d5d80c50251853f19e2c59afdbe81
parentec972747255c7a340f64f8d40770c42bca25344b (diff)
Fix typo in "heirarchy"
heirarchy -> hierarchy Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--src/composite.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/composite.xml b/src/composite.xml
index 0f15017..dcbf9a6 100644
--- a/src/composite.xml
+++ b/src/composite.xml
@@ -112,7 +112,7 @@ other requests using Composite. Failure to do so will cause a BadRequest error.
<field type="CARD8" name="update" enum="Redirect" />
<pad bytes="3" />
<doc>
- <brief>Redirect the heirarchy starting at "window" to off-screen storage.</brief>
+ <brief>Redirect the hierarchy starting at "window" to off-screen storage.</brief>
<description>
The hierarchy starting at 'window' is directed to off-screen
storage. When all clients enabling redirection terminate,
@@ -121,7 +121,7 @@ other requests using Composite. Failure to do so will cause a BadRequest error.
The root window may not be redirected. Doing so results in a Match
error.
</description>
- <field name="window">The root of the heirarchy to redirect to off-screen storage.</field>
+ <field name="window">The root of the hierarchy to redirect to off-screen storage.</field>
<field name="update">
Whether contents are automatically mirrored to the parent window. If one client
already specifies an update type of Manual, any attempt by another to specify a
@@ -142,7 +142,7 @@ other requests using Composite. Failure to do so will cause a BadRequest error.
then painting of the window background during window manipulation
and ClearArea requests is inhibited.
</description>
- <field name="window">The root of the heirarchy to redirect to off-screen storage.</field>
+ <field name="window">The root of the hierarchy to redirect to off-screen storage.</field>
<field name="update">
Whether contents are automatically mirrored to the parent window. If one client
already specifies an update type of Manual, any attempt by another to specify a