summaryrefslogtreecommitdiff
path: root/lib/am/dejagnu.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-09-06 05:36:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-09-06 05:36:57 +0000
commit636c8076580a538799f07966b9bd18c7f157db32 (patch)
treead3f7d5222158705fa1fcd7d74a23978e0fb10de /lib/am/dejagnu.am
parent26921d67fe8cd594f8dbf708fe06beeb044e5b01 (diff)
downloadautomake-636c8076580a538799f07966b9bd18c7f157db32.tar.gz
Spelling and minor grammar fixes.
Diffstat (limited to 'lib/am/dejagnu.am')
-rw-r--r--lib/am/dejagnu.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/am/dejagnu.am b/lib/am/dejagnu.am
index e4154c8a6..e220b9359 100644
--- a/lib/am/dejagnu.am
+++ b/lib/am/dejagnu.am
@@ -17,7 +17,7 @@
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-## Flags for DejaGNU.
+## Flags for DejaGnu.
RUNTESTFLAGS =
## Name of tool to use. Default is the same as the package.
@@ -51,7 +51,7 @@ check-DEJAGNU: site.exp
## Life is easiest with an absolute srcdir, so do that.
srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
EXPECT=$(EXPECT); export EXPECT; \
-## Allow this to work when expect and DejaGNU are in tree.
+## Allow this to work when expect and DejaGnu are in tree.
## Only required when --cygnus in force.
?CYGNUS? if [ -f $(top_builddir)/../expect/expect ]; then \
?CYGNUS? TCL_LIBRARY=`$(am__cd) $(top_srcdir)/../tcl/library && pwd`; \