summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-03-12 17:00:09 +0100
committerAndy Wingo <wingo@pobox.com>2012-03-12 17:00:09 +0100
commitd5e1f8224068c3c579b9a6d77450d50af512aa52 (patch)
tree3ad81a4e10a20a7e3308c5a78b2ddaecccd34949
parentda23abd9706390d655b120eb1384236113238b19 (diff)
parent89d45e850725e232ae685803ee476da5b046c2b0 (diff)
downloadguile-d5e1f8224068c3c579b9a6d77450d50af512aa52.tar.gz
Merge remote-tracking branch 'origin/stable-2.0'
-rw-r--r--module/web/http.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/http.scm b/module/web/http.scm
index 80f972ba5..d579c5267 100644
--- a/module/web/http.scm
+++ b/module/web/http.scm
@@ -800,7 +800,7 @@ ordered alist."
port)
(display-digits (date-day date) 2 port)
(display (case (date-month date)
- ((1) " Jan ") ((2) " Feb ") ((3) " Ma ")
+ ((1) " Jan ") ((2) " Feb ") ((3) " Mar ")
((4) " Apr ") ((5) " May ") ((6) " Jun ")
((7) " Jul ") ((8) " Aug ") ((9) " Sep ")
((10) " Oct ") ((11) " Nov ") ((12) " Dec ")