Mercurial > libpst
diff src/readpst.c @ 390:5c0ce43c7532
Fix a number of spelling mistakes
Changes-by: codespell -w
Suggested-by: codespell, spellintian, lintian
I: libpst4: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libpst.so.4.1.14 occured occurred
I: libpst-dev: spelling-error-in-manpage usr/share/man/man5/outlook.pst.5.gz Attachement Attachment
author | Paul Wise <pabs3@bonedaddy.net> |
---|---|
date | Sat, 21 Dec 2019 21:25:45 +0800 |
parents | 1e1970f93f94 |
children | c1b1bbd42696 |
line wrap: on
line diff
--- a/src/readpst.c Sat Dec 21 21:25:45 2019 +0800 +++ b/src/readpst.c Sat Dec 21 21:25:45 2019 +0800 @@ -1082,7 +1082,7 @@ check_filename(f_name); if (!attach_filename) { - // generate our own (dummy) filename for the attachement + // generate our own (dummy) filename for the attachment temp = pst_malloc(strlen(f_name)+15); sprintf(temp, "%s-attach%i", f_name, attach_num); } else {