]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Fix typo
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 21 Jun 2023 19:48:29 +0000 (19:48 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
src/lib/tcp/tests/tcp_listener_unittests.cc

index c0d9258f3b9f3ee32f77882f78649e6ed0292a97..90be50a73e60dd10556ee364def2f0f6ee1e2f19 100644 (file)
@@ -505,7 +505,7 @@ TEST(TcpStreamRequst, postBufferTest) {
     };
 
     // Extend the second case with 3 messages to all possible splits
-    // into one to four chuncks.
+    // into one to four chunks.
     std::string desc = "N. Three messages";
     std::vector<uint8_t> buffer = {
          0x00, 0x04, 0x31, 0x32, 0x33, 0x34,