Commit 8c88297e authored by Constantin Rack's avatar Constantin Rack

Merge pull request #1895 from hitstergtd/libzmq-docfixes-2

Fix typos similar to #1894
parents 6a7eb2fb a17389ee
......@@ -57,7 +57,7 @@ namespace zmq
{
}
// 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 ~array_item_t ()
{
......
......@@ -54,7 +54,7 @@ namespace zmq
{
}
// 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_conflate_t ()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment