commit 6319028a51f1e23318aeeb3948552ecfdc7bce91
parent 730de26cf29ae7fc7f50e70ad0672234517b88ba
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date: Mon, 15 Jan 2024 18:28:28 +0000
`trace-comment`, rather than `trafe-comment`
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pref-matrix.scm b/src/pref-matrix.scm
@@ -95,7 +95,7 @@
(unless trace-port
(set! trace-call (lambda (x) #f))
- (set! trafe-comment (lambda (x) #f))
+ (set! trace-comment (lambda (x) #f))
(set! trace-result (lambda (x y) #f)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;