Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Jul 16, 2024
1 parent 37d42dc commit 1d9d5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq.el
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ FLAGS has the same meaning as in `zmq-recv'."
(while (let ((part (zmq-message)))
(zmq-message-recv part sock flags)
(push (zmq-message-data part) parts)
(zmq-mesage-more-p part)))
(zmq-message-more-p part)))
(nreverse parts)))

;;; Setting/getting options from contexts, sockets, messages
Expand Down

0 comments on commit 1d9d5a3

Please sign in to comment.