dejagnu
[Top][All Lists]
Advanced

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

[PATCH 5/6] doc: Fix typos


From: Bernhard Reutner-Fischer
Subject: [PATCH 5/6] doc: Fix typos
Date: Fri, 14 Jun 2013 09:03:11 +0200

s/Makemake.am/Makefile.am/
s/expectably/expectedly/g
s/underbar/underscore/
s/Powerbook/PowerBook/

ChangeLog

2013-06-13  Bernhard Reutner-Fischer  <address@hidden>

        * doc/user.xml: Fix typos.
        * doc/ref.xml: Likewise.
        * doc/dejagnu.texi: Regenerate.

Signed-off-by: Bernhard Reutner-Fischer <address@hidden>
---
 doc/dejagnu.texi |   10 +++++-----
 doc/ref.xml      |    6 +++---
 doc/user.xml     |    4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 062ea69..f53291d 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -455,7 +455,7 @@ apt-get install dejagnu
 @end example
 
 These examples were run on a primary machine with a AMD K6 and a Mac
-Powerbook G3 serving as a remote target.
+PowerBook G3 serving as a remote target.
 
 The tests for Windows were run under Windows using the actual
 Cygwin version (1.3.x as of October 2001). Its target system was a PPC
@@ -587,7 +587,7 @@ dgt:~/dejagnu.test$ cp -r 
/usr/share/doc/dejagnu/examples/calc/\
 @{configure.in,Makefile.am,calc.c,address@hidden .
 @end example
 
-In Makemake.am note the presence of the AUTOMAKE_OPTIONS = dejagnu. This 
option is needed.
+In Makefile.am note the presence of the AUTOMAKE_OPTIONS = dejagnu. This 
option is needed.
 
 Run aclocal to generate aclocal.m4, which is a collection of
 macros needed by configure.in
@@ -3822,7 +3822,7 @@ message.
 @node xpass procedure, xfail procedure, fail procedure, Core Internal 
Procedures
 @subsubsection Xpass Procedure
 
-Declares a test to have unexpectably passed, when it was
+Declares a test to have unexpectedly passed, when it was
 expected to be a failure.  @code{xpass}
 writes in the log files a message beginning with
 @emph{XPASS} (or @emph{XFAIL}, if failure
@@ -3844,7 +3844,7 @@ state.
 @node xfail procedure, set_warning_threshold procedure, xpass procedure, Core 
Internal Procedures
 @subsubsection Xfail Procedure
 
-Declares a test to have expectably
+Declares a test to have expectedly
 failed. @code{xfail}
 writes in the log files a message beginning with
 @emph{XFAIL} (or @emph{PASS}, if success
@@ -6095,7 +6095,7 @@ running the tool to be tested, not a test case.
 
 Each combination of target and tool requires some
 target-dependent procedures.  The names of these procedures have
-a common form: the tool name, followed by an underbar
+a common form: the tool name, followed by an underscore
 @emph{_}, and finally a suffix describing the
 procedure's purpose.  For example, a procedure to extract the
 version from GDB is called
diff --git a/doc/ref.xml b/doc/ref.xml
index c902f36..b366207 100644
--- a/doc/ref.xml
+++ b/doc/ref.xml
@@ -510,7 +510,7 @@
        <sect4 id="xpass" xreflabel="xpass procedure">
           <title>Xpass Procedure</title>
 
-         <para>Declares a test to have unexpectably passed, when it was
+         <para>Declares a test to have unexpectedly passed, when it was
          expected to be a failure.  <function>xpass</function>
          writes in the log files a message beginning with
          <emphasis>XPASS</emphasis> (or <emphasis>XFAIL</emphasis>, if failure
@@ -535,7 +535,7 @@
        <sect4 id="xfail" xreflabel="xfail procedure">
           <title>Xfail Procedure</title>
 
-         <para>Declares a test to have expectably
+         <para>Declares a test to have expectedly
          failed. <function>xfail</function>
          writes in the log files a message beginning with
          <emphasis>XFAIL</emphasis> (or <emphasis>PASS</emphasis>, if success
@@ -3386,7 +3386,7 @@
 
       <para>Each combination of target and tool requires some
       target-dependent procedures.  The names of these procedures have
-      a common form: the tool name, followed by an underbar
+      a common form: the tool name, followed by an underscore
       <emphasis>_</emphasis>, and finally a suffix describing the
       procedure's purpose.  For example, a procedure to extract the
       version from <productname>GDB</productname> is called
diff --git a/doc/user.xml b/doc/user.xml
index 4e71d98..9a2baf4 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -17,7 +17,7 @@ run (as root):</para>
 <programlisting>apt-get install dejagnu</programlisting>
 <para>
 These examples were run on a primary machine with a AMD K6 and a Mac
-Powerbook G3 serving as a remote target.</para>
+PowerBook G3 serving as a remote target.</para>
 
 <para> The tests for Windows were run under Windows using the actual
 Cygwin version (1.3.x as of October 2001). Its target system was a PPC
@@ -129,7 +129,7 @@ dgt:~/dejagnu.test$ cp -r 
/usr/share/doc/dejagnu/examples/calc/\
 {configure.in,Makefile.am,calc.c,testsuite} .
 </programlisting>
 
-<para>In Makemake.am note the presence of the AUTOMAKE_OPTIONS = dejagnu. This 
option is needed.</para>
+<para>In Makefile.am note the presence of the AUTOMAKE_OPTIONS = dejagnu. This 
option is needed.</para>
 
 <para>Run aclocal to generate aclocal.m4, which is a collection of
 macros needed by configure.in</para> 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]