From 57205c1dfafdf86eebef8a3a358cf3bd6a297d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Fri, 13 Oct 2023 09:18:12 +0200 Subject: doc: Fix typos in documentation and source code comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -- Anonymous contribution Signed-off-by: Ingo Klöcker --- src/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index d3b982e7..20a9ff7f 100644 --- a/src/util.h +++ b/src/util.h @@ -99,7 +99,7 @@ int _gpgme_ttyname_r (int fd, char *buf, size_t buflen); /*-- conversion.c --*/ -/* Make sure to to erase the memory (PTR,LEN). */ +/* Make sure to erase the memory (PTR,LEN). */ void _gpgme_wipememory (void *ptr, size_t len); /* Concatenate the string S1 with all the following strings up to a @@ -135,7 +135,7 @@ gpgme_error_t _gpgme_encode_percent_string (const char *src, char **destp, size_t len); /* Split a string into space delimited fields and remove leading and - * trailing spaces from each field. A pointer to the each field is + * trailing spaces from each field. A pointer to each field is * stored in ARRAY. Stop splitting at ARRAYSIZE fields. The function * modifies STRING. The number of parsed fields is returned. */ int _gpgme_split_fields (char *string, char **array, int arraysize); -- cgit v1.2.3