summaryrefslogtreecommitdiff
path: root/pith/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/filter.h')
-rw-r--r--pith/filter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pith/filter.h b/pith/filter.h
index 8c25368..7266196 100644
--- a/pith/filter.h
+++ b/pith/filter.h
@@ -37,7 +37,7 @@
/* gf_wrap flags */
#define GFW_NONE 0x000 /* no flags */
-#define GFW_HANDLES 0x001 /* anticpate handle data */
+#define GFW_HANDLES 0x001 /* anticipate handle data */
#define GFW_ONCOMMA 0x002 /* prefer comma wrap to spaces */
#define GFW_FLOWED 0x004
#define GFW_FLOW_RESULT 0x008
@@ -99,7 +99,7 @@ typedef struct _rss_feed_s {
/*
- * This searchs for lines beginning with From<space> so that we can QP-encode
+ * This searches for lines beginning with From<space> so that we can QP-encode
* them. It also searches for lines consisting of only a dot. Some mailers
* will mangle these lines. The reason it is ifdef'd is because most people
* seem to prefer the >From style escape provided by a lot of mail software
@@ -156,7 +156,7 @@ typedef struct _rss_feed_s {
}
-/* exported protoypes */
+/* exported prototypes */
int generic_readc_locale(unsigned char *c,
int (*get_a_char)(unsigned char *, void *),
void *extraarg,