fix doc typo

This commit is contained in:
Wouter Overmeire 2013-12-24 15:00:43 +01:00
parent 5a0d21297e
commit a5f4d823a5

View File

@ -35,7 +35,7 @@ namespace zmq
// Helper base class for decoders that know the amount of data to read
// in advance at any moment. Knowing the amount in advance is a property
// of the protocol used. 0MQ framing protocol is based size-prefixed
// paradigm, whixh qualifies it to be parsed by this class.
// paradigm, which qualifies it to be parsed by this class.
// On the other hand, XML-based transports (like XMPP or SOAP) don't allow
// for knowing the size of data to read in advance and should use different
// decoding algorithms.