summaryrefslogtreecommitdiff
path: root/general
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-07-11 21:13:37 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-07-11 21:13:37 -0700
commit8f4ec2fcbd61cfb72478aadbbe3d6823e741338f (patch)
treeb27b4b36c545328296f4ca3b3b4d4f0ed75d9ee5 /general
parent36941875d69b6b6f8c224884b3a4acef14e7a33c (diff)
Fix various typos & spelling errors across the docs
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'general')
-rw-r--r--general/ReleaseNotes.xml2
-rw-r--r--general/input/XKB-Config.xml2
-rw-r--r--general/input/XKB-Enhancing.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/general/ReleaseNotes.xml b/general/ReleaseNotes.xml
index 72fb644..0b0c913 100644
--- a/general/ReleaseNotes.xml
+++ b/general/ReleaseNotes.xml
@@ -239,7 +239,7 @@ The next section describes what is new in the latest version
The XCB libraries have begun adding support for the GLX and XKB
extensions. This work is not yet complete in this release,
and not all of the functionality available through these extensions
- is accessibile via the XCB APIs. Some of this effort was funded
+ is accessible via the XCB APIs. Some of this effort was funded
by past Google Summer of Code projects.
</para>
</listitem>
diff --git a/general/input/XKB-Config.xml b/general/input/XKB-Config.xml
index b544745..cda04d2 100644
--- a/general/input/XKB-Config.xml
+++ b/general/input/XKB-Config.xml
@@ -292,7 +292,7 @@ setxkbmap -model logicordless -layout "us,cz,de" \
<title>Basic Global Options</title>
<para>
-For a list of available options, with a short decription of what they do,
+For a list of available options, with a short description of what they do,
see the section starting with <quote><literal>! option</literal></quote> in the
<filename>rules/*.lst</filename> files.
</para>
diff --git a/general/input/XKB-Enhancing.xml b/general/input/XKB-Enhancing.xml
index dca12a5..b0b63ca 100644
--- a/general/input/XKB-Enhancing.xml
+++ b/general/input/XKB-Enhancing.xml
@@ -92,7 +92,7 @@ main modules:
<para>
Tables that defines translation from keyboard scan codes into reasonable
symbolic names, maximum, minimum legal keycodes, symbolic aliases and
-description of physically present LED-indicators. The primary sence of
+description of physically present LED-indicators. The primary sense of
this component is to allow definitions of maps of symbols (see below)
to be independent of physical keyboard scancodes. There are two main
naming conventions for symbolic names (always four bytes long):
@@ -670,7 +670,7 @@ the first case (the Lock itself is included in the list of modifiers but
combinations with this modifier aren't mentioned in the map statements)
the internal capitalization rules will be applied to the symbol from the first
level. But in the second case the capitalization will be applied to the symbol
-chosen accordingly to he first modifier - and this can be the symbol from the
+chosen accordingly to the first modifier - and this can be the symbol from the
first as well as from the second level.
</para>