diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpg-check-pattern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-check-pattern.c b/tools/gpg-check-pattern.c index dee5d5d47..43cea1dd1 100644 --- a/tools/gpg-check-pattern.c +++ b/tools/gpg-check-pattern.c @@ -223,7 +223,7 @@ main (int argc, char **argv ) /* Read a file FNAME into a buffer and return that malloced buffer. Caller must free the buffer. On error NULL is returned, on success the valid length of the buffer is stored at R_LENGTH. The returned - buffer is guarnteed to be nul terminated. */ + buffer is guaranteed to be nul terminated. */ static char * read_file (const char *fname, size_t *r_length) { |