Update of /project/cl-utilities/cvsroot/cl-utilities
In directory common-lisp.net:/tmp/cvs-serv23531
Modified Files:
extremum.lisp
Log Message:
Fixed misspelling of "Rittweiler". There should be only one l.
Date: Wed Nov 30 01:07:15 2005
Author: pscott
Index: cl-utilities/extremum.lisp
diff -u cl-utilities/extremum.lisp:1.8 cl-utilities/extremum.lisp:1.9
--- cl-utilities/extremum.lisp:1.8 Mon Nov 28 22:45:49 2005
+++ cl-utilities/extremum.lisp Wed Nov 30 01:07:15 2005
@@ -106,7 +106,7 @@
smallest)))
;; EXTREMA and N-MOST-EXTREME are based on code and ideas from Tobias
-;; C. Rittweiller. They deal with the cases in which you are not
+;; C. Rittweiler. They deal with the cases in which you are not
;; looking for a single extreme element, but for the extreme identical
;; elements or the N most extreme elements.