From 0904b8ef348a52335c378bee6dc90a978885d66f Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 18 Feb 2020 09:34:42 -0500 Subject: Spelling cleanup. No functional changes, just fixing minor spelling issues. --- Most of these were identified from the command line by running: codespell \ --ignore-words-list fpr,stati,keyserver,keyservers,asign,cas,iff,ifset \ --skip '*.po,ChangeLog*,help.*.txt,*.jpg,*.eps,*.pdf,*.png,*.gpg,*.asc' \ doc g13 g10 kbx agent artwork scd tests tools am common dirmngr sm \ NEWS README README.maint TODO Signed-off-by: Daniel Kahn Gillmor --- tools/gpg-check-pattern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gpg-check-pattern.c') 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) { -- cgit