Merge pull request #1894 from hitstergtd/libzmq-docfixes-1

Fix typo
This commit is contained in:
Constantin Rack 2016-04-14 22:05:24 +02:00
commit 6a7eb2fbc1

View File

@ -61,7 +61,7 @@ namespace zmq
c.set (&queue.back ());
}
// The destructor doesn't have to be virtual. It is mad virtual
// The destructor doesn't have to be virtual. It is made virtual
// just to keep ICC and code checking tools from complaining.
inline virtual ~ypipe_t ()
{