summaryrefslogtreecommitdiff
path: root/pith/send.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/send.h')
-rw-r--r--pith/send.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pith/send.h b/pith/send.h
index 6521178..46b8771 100644
--- a/pith/send.h
+++ b/pith/send.h
@@ -79,7 +79,7 @@ typedef struct pine_field {
unsigned writehdr:1; /* write rfc822 header for field */
unsigned localcopy:1; /* copy to fcc or postponed */
unsigned rcptto:1; /* send to this if type Address */
- unsigned posterr:1; /* posting error occured in field */
+ unsigned posterr:1; /* posting error occurred in field */
/* the next three fields are used only for customized-hdrs and friends */
unsigned standard:1; /* this hdr already in pf_template */
CustomType cstmtype; /* for customized-hdrs and r->cstm */
@@ -125,7 +125,7 @@ typedef struct {
#define CM_DSN_NEVER 0x02 /* request NO DSN */
#define CM_DSN_DELAY 0x04 /* DSN delay notification */
#define CM_DSN_SUCCESS 0x08 /* DSN success notification */
-#define CM_DSN_FULL 0x10 /* DSN full notificiation */
+#define CM_DSN_FULL 0x10 /* DSN full notification */
#define CM_DSN_SHOW 0x20 /* show DSN result (place holder) */
@@ -214,7 +214,7 @@ extern PRIORITY_S priorities[];
extern PINEFIELD pf_template[];
-/* exported protoypes */
+/* exported prototypes */
int postponed_stream(MAILSTREAM **, char *, char *, int);
int redraft_work(MAILSTREAM **, long, ENVELOPE **, BODY **, char **, char **,
REPLY_S **, REDRAFT_POS_S **, PINEFIELD **, ACTION_S **, int, STORE_S *);