diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-17 20:08:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-17 20:08:15 +0100 |
| commit | 5322933651e263a213d331e2c79d5b5404b6fc39 (patch) | |
| tree | 6dcba9c98aa6529efe121d38ec876d00e3513f74 | |
| parent | 33e13c4053138930f4b2f59349e441c76111059d (diff) | |
Fix typos.v2.15.130
| -rw-r--r-- | src/lib/nanomsg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/nanomsg.h b/src/lib/nanomsg.h index e3e917c4b..64ce4ea06 100644 --- a/src/lib/nanomsg.h +++ b/src/lib/nanomsg.h @@ -29,8 +29,8 @@ class Nanomsg public: explicit Nanomsg (bool server); - NanoMsg (Nanomsg const&) = delete; - NanoMsg& operator= (Nanomsg const&) = delete; + Nanomsg (Nanomsg const&) = delete; + Nanomsg& operator= (Nanomsg const&) = delete; /** Try to send a message, waiting for some timeout before giving up. * @param timeout Timeout in milliseconds, or -1 for infinite timeout. |
