diff src/lspst.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 ad7b880ad3d1
children
line wrap: on
line diff
--- a/src/lspst.c	Sat Dec 21 21:25:45 2019 +0800
+++ b/src/lspst.c	Sat Dec 21 21:25:45 2019 +0800
@@ -2,7 +2,7 @@
  * lspst.c
  * Part of the LibPST project
  * Author: Joe Nahmias <joe@nahmias.net>
- * Based on readpst.c by by David Smith <dave.s@earthcorp.com>
+ * Based on readpst.c by David Smith <dave.s@earthcorp.com>
  *
  */
 
@@ -296,7 +296,7 @@
 }
 
 
-// This function will make sure that a filename is in cannonical form.  That
+// This function will make sure that a filename is in canonical form.  That
 // is, it will replace any slashes, backslashes, or colons with underscores.
 void canonicalize_filename(char *fname) {
     DEBUG_ENT("canonicalize_filename");