Correctly a spelling mistake.

This commit is contained in:
Rob Savoye 1993-08-30 04:53:24 +00:00
parent 811ca938d5
commit d4d56ed1ac
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ proc gdb_start {} {
exit 1
}
} else {
IF {[WHICH $GDB] != 0} then {
if {[which $GDB] != 0} then {
spawn $GDB
} else {
error "$GDB does not exist."