summaryrefslogtreecommitdiff
path: root/pith/folder.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
commit06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch)
tree2b483acf3ec2da573992c20b766a480e22f4c45a /pith/folder.h
parent9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff)
downloadalpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz
* Fix a number of misspellings in the source code of Alpine. I hav only
fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener.
Diffstat (limited to 'pith/folder.h')
-rw-r--r--pith/folder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pith/folder.h b/pith/folder.h
index e15dd3c2..01d78942 100644
--- a/pith/folder.h
+++ b/pith/folder.h
@@ -58,7 +58,7 @@ typedef struct _existdata {
#define FEX_ISDIR 0x0002 /* file_exists: name is a dir */
#define FEX_ISMARKED 0x0004 /* file_exists: is interesting */
#define FEX_UNMARKED 0x0008 /* file_exists: known UNinteresting */
-#define FEX_ERROR 0x1000 /* file_exists: error occured */
+#define FEX_ERROR 0x1000 /* file_exists: error occurred */
#define BFL_NONE 0x00 /* build_folder_list: no flag */
#define BFL_FLDRONLY 0x01 /* ignore directories */
@@ -82,7 +82,7 @@ typedef struct _existdata {
#define UFU_ANNOUNCE 0x02 /* announce increases with q_status */
-/* exported protoypes */
+/* exported prototypes */
char *folder_lister_desc(CONTEXT_S *, FDIR_S *);
void reset_context_folders(CONTEXT_S *);
FDIR_S *next_folder_dir(CONTEXT_S *, char *, int, MAILSTREAM **);