mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 02:07:59 +08:00
Fix typos similar to #1894
This commit is contained in:
parent
6a7eb2fbc1
commit
a17389eeb0
@ -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 ()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user