Typos in manual
Matt Kraai <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
Howdy, I ran across two typos in the manual, so I've attached a patch to fix them. -- Matt _______________________________________________ Bug-dejagnu mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-dejagnu
patch
(text/plain, 1.3 KB)
Index: doc/user.xml
===================================================================
RCS file: /sources/dejagnu/dejagnu/doc/user.xml,v
retrieving revision 1.3
diff -u -5 -r1.3 user.xml
--- doc/user.xml 17 May 2007 04:41:02 -0000 1.3
+++ doc/user.xml 19 Aug 2007 23:14:26 -0000
@@ -610,11 +610,11 @@
}
</programlisting>
</example>
<para>Call make check. The output should contain
-"# of expected passes 9" and "# of unexcpected failures 1".</para>
+"# of expected passes 9" and "# of unexpected failures 1".</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>
<para>Now setup a real target.
In the following example we assume as target a PowerBook running Debian.
@@ -846,11 +846,11 @@
<varlistentry>
<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>
<term>XFAIL</term>
<listitem><para>A test failed, but it was expected to fail. This