diff options
author | Werner Koch <[email protected]> | 2021-12-30 09:24:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-12-30 09:24:36 +0000 |
commit | ec311425cacb8d2d153628dd4ed6300bc1600de1 (patch) | |
tree | 1b5bf0d7f4c87a7c50b73768d497d645d1fb5408 /common/util.h | |
parent | gpgconf: Do not list ignored options and mark forced options as r/o. (diff) | |
download | gnupg-ec311425cacb8d2d153628dd4ed6300bc1600de1.tar.gz gnupg-ec311425cacb8d2d153628dd4ed6300bc1600de1.zip |
doc: Typo fixes.
--
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/util.h b/common/util.h index 4e123776c..43cb2fd3e 100644 --- a/common/util.h +++ b/common/util.h @@ -329,8 +329,8 @@ void setup_libgcrypt_logging (void); void xoutofcore (void); /* Wrapper aroung gpgrt_reallocarray. Uses the gpgrt alloc function - * which are redirect to the Libgcrypt versions via - * init_common_subsystems. Thus they can be used interchangeable with + * which redirects to the Libgcrypt versions via + * init_common_subsystems. Thus this can be used interchangeable with * the other alloc functions. */ void *xreallocarray (void *a, size_t oldnmemb, size_t nmemb, size_t size); |