Parcourir la source

[3618] More typos

Shawn Routhier il y a 9 ans
Parent
commit
f691a7f8b8
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/dhcp/libdhcp++.cc

+ 2 - 2
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);
         }