projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
983d762
)
Fix typo: response -> request.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 31 Oct 2004 00:01:26 +0000
(
00:01
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 31 Oct 2004 00:01:26 +0000
(
00:01
+0000)
v7/src/ssp/mod-lisp.scm
patch
|
blob
|
history
diff --git
a/v7/src/ssp/mod-lisp.scm
b/v7/src/ssp/mod-lisp.scm
index 5dcec168c87d27baacec36ce63e7d7d66f2db1a7..c0797734e279f066c60031e19d5953557de778e3 100644
(file)
--- a/
v7/src/ssp/mod-lisp.scm
+++ b/
v7/src/ssp/mod-lisp.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: mod-lisp.scm,v 1.
7 2004/10/30 05:18:33
cph Exp $
+$Id: mod-lisp.scm,v 1.
8 2004/10/31 00:01:26
cph Exp $
Copyright 2003,2004 Massachusetts Institute of Technology
@@
-670,7
+670,7
@@
USA.
*root-dir*)
(define (http-request-user-name)
- (http-message-user-name *current-re
sponse
*))
+ (http-message-user-name *current-re
quest
*))
(define (http-message-user-name message)
(let ((auth (http-message-header message 'authorization)))