From: Josh Soref Date: Sun, 23 Jul 2017 19:11:28 +0000 (-0400) Subject: spelling: operator X-Git-Tag: trac5124a_base~35^2~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1575e5f6ce51245adb6dbe7a1fcf2f7f3934c262;p=thirdparty%2Fkea.git spelling: operator --- diff --git a/src/lib/dns/tests/unittest_util.h b/src/lib/dns/tests/unittest_util.h index b0594bb385..65b60cea76 100644 --- a/src/lib/dns/tests/unittest_util.h +++ b/src/lib/dns/tests/unittest_util.h @@ -42,7 +42,7 @@ public: /// /// This check method uses \c Name::compare() for comparison, which performs /// deeper checks including the equality of offsets, and should be better - /// than EXPECT_EQ, which uses operater==. Like the \c matchWireData() + /// than EXPECT_EQ, which uses operator==. Like the \c matchWireData() /// method, the usage is a bit awkward; the caller should use /// \c EXPECT_PRED_FORMAT2. ///