From c44266859234cce18910fd227ca408d25325cde1 Mon Sep 17 00:00:00 2001 From: Piotrek Zadroga Date: Wed, 17 Apr 2024 10:18:53 +0200 Subject: [PATCH] [#3319] typo fix --- src/lib/util/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.47.2