summaryrefslogtreecommitdiff
path: root/pith/folder.h
diff options
context:
space:
mode:
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 e15dd3c..01d7894 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 **);