From: Josh Soref Date: Thu, 2 Feb 2017 09:32:37 +0000 (+0000) Subject: spelling: assigns X-Git-Tag: rec-4.1.0-alpha1~291^2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b7a82a6f1ba0cb2672a001aaa7dfa6946e83d8c;p=thirdparty%2Fpdns.git spelling: assigns --- diff --git a/pdns/qtype.hh b/pdns/qtype.hh index 1514e04e8b..638925773c 100644 --- a/pdns/qtype.hh +++ b/pdns/qtype.hh @@ -51,9 +51,9 @@ public: { } QType &operator=(uint16_t); //!< Assigns integers to us - QType &operator=(const char *); //!< Assings strings to us - QType &operator=(const string &); //!< Assings strings to us - QType &operator=(const QType&rhs) //!< Assings strings to us + QType &operator=(const char *); //!< Assigns strings to us + QType &operator=(const string &); //!< Assigns strings to us + QType &operator=(const QType&rhs) //!< Assigns strings to us { code=rhs.code; return *this;