From: Shawn Routhier Date: Thu, 18 Jun 2015 22:06:11 +0000 (-0700) Subject: [3618] More typos X-Git-Tag: trac3910_base~11^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f691a7f8b822f5cdfcd6a3f38847a7914916252b;p=thirdparty%2Fkea.git [3618] More typos --- diff --git a/src/lib/dhcp/libdhcp++.cc b/src/lib/dhcp/libdhcp++.cc index 7211c2c61d..9157f79b6d 100644 --- a/src/lib/dhcp/libdhcp++.cc +++ b/src/lib/dhcp/libdhcp++.cc @@ -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); }