Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
e40 committed Jun 18, 2013
1 parent 5b93ea0 commit 76194bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocode.cl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ values of the keyword UNIT can be :miles (the default), :nautical-miles or
;;;; not need to be around to load the files.
#.(let ((zipcodes
(prog2
(progn (format t "reading zips.cvs...")
(progn (format t "reading zips.csv...")
(force-output))
(read-zipcodes-csv
(merge-pathnames "zips.csv" *compile-file-pathname*))
Expand Down

0 comments on commit 76194bb

Please sign in to comment.