* doc/dejagnu.texi: Fix typographical errors.
authorRob Savoye <rob@welcomehome.org>
Thu, 31 May 2001 03:31:00 +0000 (03:31 +0000)
committerRob Savoye <rob@welcomehome.org>
Thu, 31 May 2001 03:31:00 +0000 (03:31 +0000)
        * doc/ref.sgml: Likewise.
        * doc/user.sgml: Likewise.

doc/dejagnu.texi
doc/user.sgml

index 0d06cea..63e1eca 100644 (file)
@@ -4,7 +4,7 @@ o\input texinfo               @c             -*- Texinfo -*-
 @c
 @c This file documents the GNU Testing Framework ``DejaGnu''
 @c
-@c Copyright (C) 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+@c Copyright (C) 92 - 2000, 2001 Free Software Foundation, Inc.
 @c
 @c This text may be freely distributed under the terms of the GNU
 @c General Public License.
@@ -1422,7 +1422,7 @@ variable in the top section, then just put a duplicate value in this
 second section. Usually the values defined in this config file are
 related to the configuration of the test run. This is the ideal place to
 set the variables @code{host_triplet}, @code{build_triplet},
-@code{target_triplet}. All other variables are tool dependant. ie for
+@code{target_triplet}. All other variables are tool dependant, i.e., for
 testing a compiler, the value for @var{CC} might be set to a freshly
 built binary, as opposed to one in the user's path.
 
index 3ba26ad..cec52dc 100644 (file)
       the test run. This is the ideal place to set the variables
       <symbol>host_triplet</symbol>, <symbol>build_triplet</symbol>,
       <symbol>target_triplet</symbol>. All other variables are tool
-      dependant. ie for testing a compiler, the value for
+      dependant, i.e., for testing a compiler, the value for
       <symbol>CC</symbol> might be set to a freshly built binary, as
       opposed to one in the user's path.</para>