diff options
| author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-12-17 15:39:46 -0500 |
|---|---|---|
| committer | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-12-17 16:03:14 -0500 |
| commit | 0f5cc8b71b787a3f567b0153f8b848af74e60aff (patch) | |
| tree | 77bae4ef543a3ecb417dc763b1096afb88891353 /doc | |
| parent | protocol: deprecate non-current wl_output.mode (diff) | |
| download | wayland-0f5cc8b71b787a3f567b0153f8b848af74e60aff.tar wayland-0f5cc8b71b787a3f567b0153f8b848af74e60aff.tar.gz wayland-0f5cc8b71b787a3f567b0153f8b848af74e60aff.tar.bz2 wayland-0f5cc8b71b787a3f567b0153f8b848af74e60aff.tar.lz wayland-0f5cc8b71b787a3f567b0153f8b848af74e60aff.tar.xz wayland-0f5cc8b71b787a3f567b0153f8b848af74e60aff.tar.zst wayland-0f5cc8b71b787a3f567b0153f8b848af74e60aff.zip | |
doc: fix typos
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/publican/protocol-to-docbook.xsl | 2 | ||||
| -rw-r--r-- | doc/publican/sources/Protocol.xml | 6 | ||||
| -rw-r--r-- | doc/publican/sources/Server.xml | 2 | ||||
| -rw-r--r-- | doc/publican/sources/Xwayland.xml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/publican/protocol-to-docbook.xsl b/doc/publican/protocol-to-docbook.xsl index 210e0db..79c938b 100644 --- a/doc/publican/protocol-to-docbook.xsl +++ b/doc/publican/protocol-to-docbook.xsl @@ -146,7 +146,7 @@ </varlistentry> </xsl:template> -<!-- enum and bitfield arguemnts --> +<!-- enum and bitfield arguments --> <xsl:template match="arg[@enum]"> <varlistentry> <term><xsl:value-of select="@name"/></term> diff --git a/doc/publican/sources/Protocol.xml b/doc/publican/sources/Protocol.xml index a472f1d..97e9ba2 100644 --- a/doc/publican/sources/Protocol.xml +++ b/doc/publican/sources/Protocol.xml @@ -169,7 +169,7 @@ <para> The 32-bit object ID. Generally, the interface used for the new object is inferred from the xml, but in the case where it's not - specified, a new_id is preceeded by a <code>string</code> specifying + specified, a new_id is preceded by a <code>string</code> specifying the interface name, and a <code>uint</code> specifying the version. </para> </listitem> @@ -214,7 +214,7 @@ <listitem> <para> The object creation hierarchy must be a tree. Otherwise, - infering object versions from the parent object becomes a much + inferring object versions from the parent object becomes a much more difficult to properly track. </para> </listitem> @@ -293,7 +293,7 @@ creating the object (either client or server). IDs allocated by the client are in the range [1, 0xfeffffff] while IDs allocated by the server are in the range [0xff000000, 0xffffffff]. The 0 ID is - reserved to represent a null or non-existant object. + reserved to represent a null or non-existent object. For efficiency purposes, the IDs are densely packed in the sense that the ID N will not be used until N-1 has been used. Any ID allocation diff --git a/doc/publican/sources/Server.xml b/doc/publican/sources/Server.xml index f627d64..2333b1a 100644 --- a/doc/publican/sources/Server.xml +++ b/doc/publican/sources/Server.xml @@ -24,7 +24,7 @@ </para> <para> Each open socket to a client is represented by a <link - linkend="Server-structwl__client">wl_client</link>. The equvalent + linkend="Server-structwl__client">wl_client</link>. The equivalent of the <link linkend="Client-classwl__proxy">wl_proxy</link> that libwayland-client uses to represent an object is <link linkend="Server-structwl__resource">wl_resource</link> for diff --git a/doc/publican/sources/Xwayland.xml b/doc/publican/sources/Xwayland.xml index e439991..7915559 100644 --- a/doc/publican/sources/Xwayland.xml +++ b/doc/publican/sources/Xwayland.xml @@ -145,7 +145,7 @@ Xwayland. It is often nearly impossible to prove that synchronous or blocking X11 calls from XWM cannot cause a deadlock, and therefore it is strongly recommended to make all X11 communications asynchronous. All - Wayland communications are already asynchonous by design. + Wayland communications are already asynchronous by design. </para> <section id="sect-X11-Application-Support-xwm-window-identification"> <title>Window identification</title> |
