summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Kirbach <Christian.Kirbach@googlemail.com>2010-09-29 00:14:35 +0200
committerChristian Kirbach <Christian.Kirbach@googlemail.com>2010-09-29 00:14:35 +0200
commit2bb47c2bda06eaa44e425752b638302fb82ce3cb (patch)
tree4fc3442e7f827ec5fb62b7bc02ea15936799a930 /doc
parent868007102f64a7a4e27452deaea9ac4b2247a7dd (diff)
downloadgnome-doc-utils-2bb47c2bda06eaa44e425752b638302fb82ce3cb.tar.gz
Fixed 3 typos in the help manual (bug #630611)
Diffstat (limited to 'doc')
-rw-r--r--doc/mallard/C/mal_inline_output.page6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/mallard/C/mal_inline_output.page b/doc/mallard/C/mal_inline_output.page
index 40802c6..c15336d 100644
--- a/doc/mallard/C/mal_inline_output.page
+++ b/doc/mallard/C/mal_inline_output.page
@@ -34,7 +34,7 @@ mal_inline_output = element output {
by a computer program. Typically, this is text output in a command-line
environment, although you may use the <code>output</code> element for
computer-generated text in a text box or similar control in a graphical
-application. For messages and other labels in a graphical applicaiton,
+application. For messages and other labels in a graphical application,
use the <code xref="mal_inline_gui">gui</code> element.</p>
<p>You can use the <code>style</code> attribute to indicate what type of text
@@ -94,7 +94,7 @@ differently.</p>
<section id="examples">
<title>Examples</title>
- <p>Use <code>ouptut</code> to mark up text generated by a program:</p>
+ <p>Use <code>output</code> to mark up text generated by a program:</p>
<example>
<code><![CDATA[
@@ -146,7 +146,7 @@ if you use the Bourne-again shell.
<p>Computer output is displayed in a fixed-width or wide font. Fixed-width
fonts tend to have more distinction between visually similar characters.
A border or background color may be used to make the beginning and end of
- the ouptut clear.</p>
+ the output clear.</p>
</section>