]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3618] More typos
authorShawn Routhier <sar@isc.org>
Thu, 18 Jun 2015 22:06:11 +0000 (15:06 -0700)
committerShawn Routhier <sar@isc.org>
Thu, 18 Jun 2015 22:06:11 +0000 (15:06 -0700)
src/lib/dhcp/libdhcp++.cc

index 7211c2c61dba1c0b531a6cf354839767742a16af..9157f79b6dedd6ca19e2a30398838bb09e801539 100644 (file)
@@ -290,7 +290,7 @@ size_t LibDHCP::unpackOptions6(const OptionBuffer& buf,
             // it. Therefore we revert back by those bytes (as if
             // we never parsed them).
             //
-            // @note it is the responsability of the caller to throw
+            // @note it is the responsibility of the caller to throw
             // an exception on partial parsing
             return (last_offset);
         }
@@ -413,7 +413,7 @@ size_t LibDHCP::unpackOptions4(const OptionBuffer& buf,
             // the option is truncated. Hence we can't parse
             // it. Therefore we revert back (as if we never parsed it).
             //
-            // @note it is the responsability of the caller to throw
+            // @note it is the responsibility of the caller to throw
             // an exception on partial parsing
             return (last_offset);
         }