nsq-go
nsq-go copied to clipboard
Fix typo in (*Client).MultiPublish method name
I fixed the typo (MutliPublish -> MultiPublish) but also created an alias for backwards compatibility.
This way the API is left intact but new users can use the method without the typo.