Skip to content

Commit edb29a8

Browse files
committed
- misspell off
1 parent d71fd4f commit edb29a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ void readeval(lisp env) {
12631263
traceGC = 0;
12641264
} else if (strcmp(ln, "trace on") == 0) {
12651265
trace = 1;
1266-
} else if (strcmp(ln, "trace on") == 0) {
1266+
} else if (strcmp(ln, "trace off") == 0) {
12671267
trace = 0;
12681268
} else if (strlen(ln) > 0) { // lisp
12691269
princ(evalGC(reads(ln), &env)); terpri();

0 commit comments

Comments
 (0)