From: Josh Soref Date: Sun, 23 Jul 2017 19:00:15 +0000 (-0400) Subject: spelling: offset X-Git-Tag: trac5124a_base~35^2~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b481821b4051fa567165836cfb457b4fb024250a;p=thirdparty%2Fkea.git spelling: offset --- diff --git a/src/lib/dhcp/pkt6.cc b/src/lib/dhcp/pkt6.cc index c14014ef63..6097410342 100644 --- a/src/lib/dhcp/pkt6.cc +++ b/src/lib/dhcp/pkt6.cc @@ -442,7 +442,7 @@ Pkt6::unpackRelayMsg() { // we use offset + bufsize, because we want to avoid creating unnecessary // copies. There may be up to 32 relays. While using InputBuffer would // be probably a bit cleaner, copying data up to 32 times is unacceptable - // price here. Hence a single buffer with offets and lengths. + // price here. Hence a single buffer with offsets and lengths. size_t bufsize = data_.size(); size_t offset = 0;