From 5b7a82a6f1ba0cb2672a001aaa7dfa6946e83d8c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:32:37 +0000 Subject: [PATCH] spelling: assigns --- pdns/qtype.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.47.3