From cfc6a783762ba9036b93f55e2d8108e990276e0f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 13 Feb 2026 12:39:14 +0100 Subject: Fix whitespace typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcmap.h b/libcmap.h index 127ba2a..6980daa 100644 --- a/libcmap.h +++ b/libcmap.h @@ -298,7 +298,7 @@ int libcmap_snprint_range(char *buf, size_t bufsize, const struct libcmap_range int libcmap_fprint_range(FILE *fp, const struct libcmap_range *range, const char *endash); /** - * Print, to standard output, a string representing a + * Print, to standard output, a string representing a * Unicode codepoint range * * @param range The range to print a representation of -- cgit v1.3.1