From 5ed804a9b8d6e7ab217fff5bfb11824f69f03e48 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 27 Nov 2020 19:56:02 +0000 Subject: [PATCH] maint: fix typo, characteres -> characters * src/expr.c: Fix typo in comment. --- src/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/expr.c b/src/expr.c index 48d0890f83..73807fb24b 100644 --- a/src/expr.c +++ b/src/expr.c @@ -212,7 +212,7 @@ mbs_logical_substr (const char *s, size_t pos, size_t len) return v; } -/* Return the number of logical characteres (possibly multibyte) +/* Return the number of logical characters (possibly multibyte) that are in string S in the first OFS octets. Example in UTF-8: -- 2.47.2