From: Piotrek Zadroga Date: Wed, 17 Apr 2024 08:18:53 +0000 (+0200) Subject: [#3319] typo fix X-Git-Tag: Kea-2.5.8~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c44266859234cce18910fd227ca408d25325cde1;p=thirdparty%2Fkea.git [#3319] typo fix --- diff --git a/src/lib/util/buffer.h b/src/lib/util/buffer.h index b438454e92..41ecdf3375 100644 --- a/src/lib/util/buffer.h +++ b/src/lib/util/buffer.h @@ -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).