]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: assigns
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:32:37 +0000 (09:32 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:32:37 +0000 (09:32 +0000)
pdns/qtype.hh

index 1514e04e8bb5dbed7181d2ce6086f436a2594035..638925773c63647e7fce496db55cc3c410c81522 100644 (file)
@@ -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;