Skip to content
Snippets Groups Projects
Commit 0363be58 authored by rtoy's avatar rtoy
Browse files

Fix typo.

parent f3bad3ed
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/parse-time.lisp,v 1.12 2004/12/23 14:49:29 rtoy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/parse-time.lisp,v 1.13 2005/06/01 12:08:36 rtoy Exp $")
;;;
;;; **********************************************************************
......@@ -405,7 +405,7 @@
(defun date-time-divider (character)
(and (characterp character)
(member character date-dime-dividers :test #'char=)))
(member character date-time-dividers :test #'char=)))
;;; Match-substring takes a string argument and tries to match it with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment