Skip to content

Commit

Permalink
Merge pull request #265 from atugushev/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
mreiferson authored Aug 17, 2022
2 parents 13ca6b6 + 7861c1c commit 687ce1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsq/conn.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def _on_identify_response(self, data, **kwargs):
self.off(event.RESPONSE, self._on_identify_response)

if data == b'OK':
logger.warning('nsqd version does not support feature netgotiation')
logger.warning('nsqd version does not support feature negotiation')
return self.trigger(event.READY, conn=self)

try:
Expand Down

0 comments on commit 687ce1a

Please sign in to comment.