typo
svn: r8732
This commit is contained in:
parent
9db13685e1
commit
f851905ba1
|
@ -7,7 +7,7 @@
|
|||
;; submission process.
|
||||
(define current-run-status-box (make-parameter #f))
|
||||
|
||||
;; current-messenget is a function that will send a message to the client.
|
||||
;; current-messenger is a function that will send a message to the client.
|
||||
(define current-messenger (make-parameter #f))
|
||||
(define (message . args)
|
||||
(let ([messenger (current-messenger)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user