summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-16 08:29:04 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-16 08:29:04 -0700
commitafbf1ef03d944a775cafbc02243f8eb8c15d096e (patch)
tree9b04017bf26a601a0a867fdd45dce94c2897827a /alpine
parenta6feb748e22af1b8cf032c08e91c2424c44ebd62 (diff)
downloadalpine-afbf1ef03d944a775cafbc02243f8eb8c15d096e.tar.xz
* Fix a few more misspellings in the source code of Alpine.
List contributed by Jens Schleusener.
Diffstat (limited to 'alpine')
-rw-r--r--alpine/mailindx.c2
-rw-r--r--alpine/xoauth2conf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/alpine/mailindx.c b/alpine/mailindx.c
index 60f9c1b0..d24d7dd2 100644
--- a/alpine/mailindx.c
+++ b/alpine/mailindx.c
@@ -415,7 +415,7 @@ index_lister(struct pine *state, CONTEXT_S *cntxt, char *folder, MAILSTREAM *str
}
/*
- * events may have occured that require us to shift from
+ * events may have occurred that require us to shift from
* mode to another...
*/
style = THRD_INDX()
diff --git a/alpine/xoauth2conf.h b/alpine/xoauth2conf.h
index 15afadc7..25eec591 100644
--- a/alpine/xoauth2conf.h
+++ b/alpine/xoauth2conf.h
@@ -18,7 +18,7 @@
#include "confscroll.h"
#include "../pith/state.h"
-/* exported protoypes */
+/* exported prototypes */
void alpine_xoauth2_configuration(struct pine *, int);
void xoauth_parse_client_info(char *, char **, char **, char **);
void oauth2_get_client_info(char *, char **, char **);