summaryrefslogtreecommitdiff
path: root/devhelp2.xsd
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@gmail.com>2018-10-03 08:17:32 +0000
committerStefan Sauer <ensonic@hora-obscura.de>2018-10-03 08:17:32 +0000
commitd29867dc0b47a82c2e4875824e3130fbee75885f (patch)
tree0edee8e618467bb424a7a9d8e080c336a4541f67 /devhelp2.xsd
parent149e68894ad2992ebc67f917bae541c728cff075 (diff)
downloadgtk-doc-d29867dc0b47a82c2e4875824e3130fbee75885f.tar.gz
Fix typos
Diffstat (limited to 'devhelp2.xsd')
-rw-r--r--devhelp2.xsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/devhelp2.xsd b/devhelp2.xsd
index a0b96dc..899630d 100644
--- a/devhelp2.xsd
+++ b/devhelp2.xsd
@@ -39,7 +39,7 @@ xsltproc -o devhelp2.xsd.html $HOME/download/xs3p-1.1.3/xs3p.xsl devhelp2.xsd
<xsd:simpleType name="language-type">
<xsd:annotation>
<xsd:documentation>
- Known programing languages.
+ Known programming languages.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
@@ -58,7 +58,7 @@ xsltproc -o devhelp2.xsd.html $HOME/download/xs3p-1.1.3/xs3p.xsl devhelp2.xsd
<xsd:element name="sub">
<xsd:annotation>
<xsd:documentation>
- Sub tags for the hierachy of the chapters and parts.
+ Sub tags for the hierarchy of the chapters and parts.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
@@ -201,7 +201,7 @@ xsltproc -o devhelp2.xsd.html $HOME/download/xs3p-1.1.3/xs3p.xsl devhelp2.xsd
<xsd:attribute name="language" type="language-type">
<xsd:annotation>
<xsd:documentation>
- Programing language this manual refers to.
+ Programming language this manual refers to.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>