diff options
author | Nick Clifton <nickc@redhat.com> | 2002-02-22 12:00:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-02-22 12:00:38 +0000 |
commit | 2cb30cd57fc2eb122a0f65920a1b251afac19117 (patch) | |
tree | c354f38895de4c4a096b87f6f45f0d8e6e856388 /gas | |
parent | c385d228efe3d926455a28e48363b752736b9f4d (diff) | |
download | gdb-2cb30cd57fc2eb122a0f65920a1b251afac19117.zip gdb-2cb30cd57fc2eb122a0f65920a1b251afac19117.tar.gz gdb-2cb30cd57fc2eb122a0f65920a1b251afac19117.tar.bz2 |
Fix another spelling typo!
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gasp/gasp.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gasp/gasp.exp b/gas/testsuite/gasp/gasp.exp index 7a4a415..85d0b97 100644 --- a/gas/testsuite/gasp/gasp.exp +++ b/gas/testsuite/gasp/gasp.exp @@ -1,7 +1,7 @@ # Test gasp. # GASP is now deprecated (and not built by default) -# so if it does not exit, do not test it. +# so if it does not exist, do not test it. global GASP if {![info exists GASP] || ! [file exists $GASP] } then { return 1 |