diff options
Diffstat (limited to '')
-rw-r--r-- | common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index b2651c444..81d63ee2b 100644 --- a/common/util.h +++ b/common/util.h @@ -221,7 +221,7 @@ extern gpg_err_source_t default_errsource; /* Convenience function to return a gpg-error code for memory allocation failures. This function makes sure that an error will - be returned even if accidently ERRNO is not set. */ + be returned even if accidentally ERRNO is not set. */ static inline gpg_error_t out_of_core (void) { |