]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1048] Addressed review comments
authorThomas Markwalder <tmark@isc.org>
Fri, 21 Feb 2020 12:01:43 +0000 (07:01 -0500)
committerThomas Markwalder <tmark@isc.org>
Fri, 21 Feb 2020 12:01:43 +0000 (07:01 -0500)
    Corrected typo in commentary.

src/lib/util/strutil.cc

index ead4b208d6f2cbb251a2a62b6504f4b3bed67637..b8a8a69edcf67e8073e9148b866a783b7d4281b2 100644 (file)
@@ -352,7 +352,7 @@ public:
         return (result.str());
 #else
         // In order to handle embedded nuls, we have to process it nul-terminated
-        // chunks.  We iterator over the original data, doing pattern replacement
+        // chunks.  We iterate over the original data, doing pattern replacement
         // on each chunk.
         const char* orig_data = original.data();
         const char* dead_end = orig_data + original.size();