Fix another spelling typo!
This commit is contained in:
parent
c385d228ef
commit
2cb30cd57f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Test gasp.
|
# Test gasp.
|
||||||
|
|
||||||
# GASP is now deprecated (and not built by default)
|
# 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
|
global GASP
|
||||||
if {![info exists GASP] || ! [file exists $GASP] } then {
|
if {![info exists GASP] || ! [file exists $GASP] } then {
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in a new issue