diff options
author | Ben Elliston <bje@gnu.org> | 2007-09-04 10:35:19 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2007-09-04 10:35:19 +0000 |
commit | 6404fe23bb97cb57dea84b20c9da7fed9764990e (patch) | |
tree | bfc1aa6ce6771a4f81a338363ce86ecef908002a /doc/dejagnu.texi | |
parent | 3f39294f5cd6802858838d3bcc0ccce847ae17f2 (diff) | |
download | dejagnu-6404fe23bb97cb57dea84b20c9da7fed9764990e.zip dejagnu-6404fe23bb97cb57dea84b20c9da7fed9764990e.tar.gz dejagnu-6404fe23bb97cb57dea84b20c9da7fed9764990e.tar.bz2 |
* doc/user.xml (Configuration): Fix typos.
* doc/dejagnu.texi: Regenerate.
Diffstat (limited to 'doc/dejagnu.texi')
-rw-r--r-- | doc/dejagnu.texi | 6 |
1 files changed, 3 insertions, 3 deletions
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 |