[gnome-doc-utils] Fixed 3 typos in the help manual (bug #630611)



commit 2bb47c2bda06eaa44e425752b638302fb82ce3cb
Author: Christian Kirbach <Christian Kirbach googlemail com>
Date:   Wed Sep 29 00:14:35 2010 +0200

    Fixed 3 typos in the help manual (bug #630611)

 doc/mallard/C/mal_inline_output.page |    6 +++---
 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>
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]