aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-10-13 07:18:12 +0000
committerIngo Klöcker <[email protected]>2023-10-13 07:18:12 +0000
commit57205c1dfafdf86eebef8a3a358cf3bd6a297d88 (patch)
tree5d1ca41a889c46a73d88a6797a30c14a0c225892 /src/util.h
parentpython,examples: Add missing word "License" (diff)
downloadgpgme-57205c1dfafdf86eebef8a3a358cf3bd6a297d88.tar.gz
gpgme-57205c1dfafdf86eebef8a3a358cf3bd6a297d88.zip
doc: Fix typos in documentation and source code comments
-- Anonymous contribution Signed-off-by: Ingo Klöcker <[email protected]>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 2 insertions, 2 deletions
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);