Fix zmq publisher option string
@hammerd
While messing around with ZMQ, I noticed this string is misspelt, resulting in an error being raised when instantiating ShmemTrainMatcher
devices.
This was tested by setting the publish pattern and seeing an error being raised before the fix.
After the fix, devices were instantiated and data was sent over zmq as expected.