diff src/getidblock.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 26c48ea9d896
children
line wrap: on
line diff
--- a/src/getidblock.c	Sat Dec 21 21:25:45 2019 +0800
+++ b/src/getidblock.c	Sat Dec 21 21:25:45 2019 +0800
@@ -34,7 +34,7 @@
     DEBUG_INFO(("Printing block i_id %#"PRIx64", size %#"PRIx64"\n", i_id, (uint64_t)readSize));
     if (binary) {
         if (fwrite(buf, 1, readSize, stdout) != 0) {
-            DIE(("Error occured during writing of buf to stdout\n"));
+            DIE(("Error occurred during writing of buf to stdout\n"));
         }
     } else {
         printf("Block id %#"PRIx64", size %#"PRIx64"\n", i_id, (uint64_t)readSize);
@@ -97,7 +97,7 @@
                 binary = 1;
                 break;
             case 'p':
-                // enable procesing of block
+                // enable processing of block
                 process = 1;
                 break;
             default: