Skip to content

Commit

Permalink
Merge pull request #113 from akovalenko/uv
Browse files Browse the repository at this point in the history
Fix typo (ev-errno => uv-errno)
  • Loading branch information
orthecreedence committed Dec 26, 2014
2 parents a0b6aa8 + 50578c8 commit c2cde82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@

(defun error-str (uv-errno)
"Given a libuv error number, return the error string."
(if (find ev-errno '(102400 537661987))
(if (find uv-errno '(102400 537661987))
"(unknown error)"
(uv:uv-err-name uv-errno)))

Expand Down

0 comments on commit c2cde82

Please sign in to comment.