Skip to content
Snippets Groups Projects
Commit 83908206 authored by pw's avatar pw
Browse files

Fix spelling of zeroth

parent 00749d35
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.36 1997/05/02 20:40:21 pw Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.37 1997/08/14 17:06:10 pw Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -933,7 +933,7 @@ ...@@ -933,7 +933,7 @@
((plusp number) ((plusp number)
(write-string "th" stream)) (write-string "th" stream))
(t (t
(write-string "zeroeth" stream))))))) (write-string "zeroth" stream)))))))
;;; Print Roman numerals ;;; Print Roman numerals
......
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