From: Josh Soref Date: Sun, 23 Jul 2017 21:05:59 +0000 (-0400) Subject: spelling: trivial X-Git-Tag: trac5124a_base~35^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46952a7e0b1693441e6e81c2a3d43e7e12865444;p=thirdparty%2Fkea.git spelling: trivial --- diff --git a/src/lib/dhcpsrv/tests/callout_handle_store_unittest.cc b/src/lib/dhcpsrv/tests/callout_handle_store_unittest.cc index c8b7a3dfbd..a22aa61530 100644 --- a/src/lib/dhcpsrv/tests/callout_handle_store_unittest.cc +++ b/src/lib/dhcpsrv/tests/callout_handle_store_unittest.cc @@ -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.)