]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3319] typo fix
authorPiotrek Zadroga <piotrek@isc.org>
Wed, 17 Apr 2024 08:18:53 +0000 (10:18 +0200)
committerPiotrek Zadroga <piotrek@isc.org>
Wed, 17 Apr 2024 18:02:57 +0000 (18:02 +0000)
src/lib/util/buffer.h

index b438454e92c56850b7308778a84d6f06d26ee0a9..41ecdf3375bd178a1b38eb617af5c0477fd7d2c4 100644 (file)
@@ -265,7 +265,7 @@ private:
     /// @brief Base of the buffer.
     const uint8_t* base_;
 
-    /// @brief Current poisition in the buffer.
+    /// @brief Current position in the buffer.
     const uint8_t* current_;
 
     /// @brief End of the buffer (address of the byte after).