diff options
Diffstat (limited to 'include/zmq.h')
-rw-r--r-- | include/zmq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h index d251ae8..a7638aa 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -42,7 +42,7 @@ extern "C" { #endif /******************************************************************************/ -/* 0MQ versioning supprt. */ +/* 0MQ versioning support. */ /******************************************************************************/ ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch); |