]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: trivial
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:05:59 +0000 (17:05 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:05:59 +0000 (17:05 -0400)
src/lib/dhcpsrv/tests/callout_handle_store_unittest.cc

index c8b7a3dfbdc5e51fe90da00bb06891595e1ef678..a22aa615301a9b9a36661a9677a886f4303af247 100644 (file)
@@ -94,7 +94,7 @@ TEST(CalloutHandleStoreTest, StoreRetrieve) {
     EXPECT_EQ(1, pktptr_2.use_count());
 }
 
-// The followings is a trival test to check that if the template function
+// The followings is a trivial test to check that if the template function
 // is referred to in a separate compilation unit, only one copy of the static
 // objects stored in it are returned.  (For a change, we'll use a Pkt6 as the
 // packet object.)