Fix typos. v2.15.130
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Feb 2021 19:08:15 +0000 (20:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Feb 2021 19:08:15 +0000 (20:08 +0100)
src/lib/nanomsg.h

index e3e917c4b67f8d625a6c28b51454b1afbba2f1af..64ce4ea06649bb2786f064aab0e8f9874b828a11 100644 (file)
@@ -29,8 +29,8 @@ class Nanomsg
 public:
        explicit Nanomsg (bool server);
 
 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.
 
        /** Try to send a message, waiting for some timeout before giving up.
         *  @param timeout Timeout in milliseconds, or -1 for infinite timeout.