Skip to content

Commit

Permalink
correct spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Mar 21, 2013
1 parent 3a08a4b commit 6196d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

(defun signal-unexpected-chars (stream last-char expected-chars)
"Signals an error that LAST-CHAR was read although one of
EXPECTED-CHARS was expected. \(Note that EXPECTED-CHARS, despites its
EXPECTED-CHARS was expected. \(Note that EXPECTED-CHARS, despite its
name, can also be a single character instead of a list). Calls
*CURRENT-ERROR-FUNCTION* if it's not NIL, or uses
*CURRENT-ERROR-MESSAGE* otherwise."
Expand Down

0 comments on commit 6196d79

Please sign in to comment.