From 52fa0d285f4e8109ebdd8b1e43c897f6bfaa8e65 Mon Sep 17 00:00:00 2001 From: crazeteam Date: Mon, 25 Mar 2024 19:22:12 +0800 Subject: doc: fix some typos Signed-off-by: crazeteam --- src/cuckoocache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cuckoocache.h') diff --git a/src/cuckoocache.h b/src/cuckoocache.h index cb0b362143..df320ed465 100644 --- a/src/cuckoocache.h +++ b/src/cuckoocache.h @@ -359,7 +359,7 @@ public: * @param bytes the approximate number of bytes to use for this data * structure * @returns A pair of the maximum number of elements storable (see setup() - * documentation for more detail) and the approxmiate total size of these + * documentation for more detail) and the approximate total size of these * elements in bytes or std::nullopt if the size requested is too large. */ std::optional> setup_bytes(size_t bytes) -- cgit v1.2.3