diff options
author | Andy Wingo <wingo@pobox.com> | 2012-03-12 17:00:09 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-03-12 17:00:09 +0100 |
commit | d5e1f8224068c3c579b9a6d77450d50af512aa52 (patch) | |
tree | 3ad81a4e10a20a7e3308c5a78b2ddaecccd34949 | |
parent | da23abd9706390d655b120eb1384236113238b19 (diff) | |
parent | 89d45e850725e232ae685803ee476da5b046c2b0 (diff) | |
download | guile-d5e1f8224068c3c579b9a6d77450d50af512aa52.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
-rw-r--r-- | module/web/http.scm | 2 |
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 ") |