aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2007-09-04 10:35:19 +0000
committerBen Elliston <bje@gnu.org>2007-09-04 10:35:19 +0000
commit6404fe23bb97cb57dea84b20c9da7fed9764990e (patch)
treebfc1aa6ce6771a4f81a338363ce86ecef908002a
parent3f39294f5cd6802858838d3bcc0ccce847ae17f2 (diff)
downloaddejagnu-6404fe23bb97cb57dea84b20c9da7fed9764990e.zip
dejagnu-6404fe23bb97cb57dea84b20c9da7fed9764990e.tar.gz
dejagnu-6404fe23bb97cb57dea84b20c9da7fed9764990e.tar.bz2
* doc/user.xml (Configuration): Fix typos.
* doc/dejagnu.texi: Regenerate.
-rw-r--r--ChangeLog5
-rw-r--r--doc/dejagnu.texi6
-rw-r--r--doc/user.xml4
3 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 09fc9f7..cca0d56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-04 Matt Kraai <kraai@ftbfs.org>
+
+ * doc/user.xml (Configuration): Fix typos.
+ * doc/dejagnu.texi: Regenerate.
+
2007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
* lib/remote.exp (standard_send): Correct quoting.
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index fb3cab3..6c04c1e 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -451,7 +451,7 @@ package manager or from the source code. Under a Debian/GNU/Linux
systems just type (as root)
@example
-apt-get
+apt-get install
dejagnu
@end example
@@ -1096,7 +1096,7 @@ remote_expect $target 5 @{
@end example
Call make check. The output should contain
-"# of expected passes 9" and "# of unexcpected failures 1".
+"# of expected passes 9" and "# of unexpected failures 1".
Have a look at the procedures in /usr/share/dejagnu/remote.exp to have an overview of the offered procedures and their features.
@@ -1337,7 +1337,7 @@ failure.
@item FAIL
A test failed, although it was expected to succeed.
This may indicate regress; inspect the test case and the failing
-software to ocate the bug.
+software to locate the bug.
@item XFAIL
A test failed, but it was expected to fail. This
diff --git a/doc/user.xml b/doc/user.xml
index fd3f85d..6af2232 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -612,7 +612,7 @@ remote_expect $target 5 {
</example>
<para>Call make check. The output should contain
-&quot;# of expected passes 9&quot; and &quot;# of unexcpected failures 1&quot;.</para>
+&quot;# of expected passes 9&quot; and &quot;# of unexpected failures 1&quot;.</para>
<para>Have a look at the procedures in /usr/share/dejagnu/remote.exp to have an overview of the offered procedures and their features. </para>
@@ -848,7 +848,7 @@ powerpc-linux-gcc -g -O2 -o calc calc.o
<term>FAIL</term>
<listitem><para>A test failed, although it was expected to succeed.
This may indicate regress; inspect the test case and the failing
- software to ocate the bug.</para></listitem>
+ software to locate the bug.</para></listitem>
</varlistentry>
<varlistentry>