From 10bb4085ef72064b862a8a07707205b51188227e Mon Sep 17 00:00:00 2001
From: Dominik Loidolt <dominik.loidolt@univie.ac.at>
Date: Fri, 23 Aug 2024 11:36:50 +0200
Subject: [PATCH] Fix small typos

---
 lib/cmp_chunk.h            | 2 +-
 lib/icu_compress/cmp_icu.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/cmp_chunk.h b/lib/cmp_chunk.h
index 77df4e2..82db9d0 100644
--- a/lib/cmp_chunk.h
+++ b/lib/cmp_chunk.h
@@ -153,7 +153,7 @@ void compress_chunk_init(uint64_t(return_timestamp)(void), uint32_t version_id);
  * @param dst			destination pointer to the compressed data
  *				buffer; has to be 4-byte aligned; can be NULL to
  *				only get the compressed data size
- * @param dst_capacity		capacity of the dst buffer;  it's recommended to
+ * @param dst_capacity		capacity of the dst buffer; it's recommended to
  *				provide a dst_capacity >=
  *				compress_chunk_cmp_size_bound(chunk, chunk_size)
  *				as it eliminates one potential failure scenario:
diff --git a/lib/icu_compress/cmp_icu.c b/lib/icu_compress/cmp_icu.c
index 3703ecd..c8a7430 100644
--- a/lib/icu_compress/cmp_icu.c
+++ b/lib/icu_compress/cmp_icu.c
@@ -2053,7 +2053,7 @@ void compress_chunk_init(uint64_t(return_timestamp)(void), uint32_t version_id)
  * @param dst			destination pointer to the compressed data
  *				buffer; has to be 4-byte aligned; can be NULL to
  *				only get the compressed data size
- * @param dst_capacity		capacity of the dst buffer;  it's recommended to
+ * @param dst_capacity		capacity of the dst buffer; it's recommended to
  *				provide a dst_capacity >=
  *				compress_chunk_cmp_size_bound(chunk, chunk_size)
  *				as it eliminates one potential failure scenario:
-- 
GitLab