summaryrefslogtreecommitdiff
path: root/alpine/mailindx.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/mailindx.c')
-rw-r--r--alpine/mailindx.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/alpine/mailindx.c b/alpine/mailindx.c
index c5862c6..60f9c1b 100644
--- a/alpine/mailindx.c
+++ b/alpine/mailindx.c
@@ -2415,7 +2415,7 @@ pine_imap_envelope(MAILSTREAM *stream, long unsigned int rawno, ENVELOPE *env)
/*----------------------------------------------------------------------
- Scroll to specified postion.
+ Scroll to specified position.
Args: pos - position to scroll to.
@@ -2529,8 +2529,8 @@ index_scroll_down(long int scroll_count)
}
/*
- * If not multiple selection, see if selected message visable. if not
- * set it to last visable message.
+ * If not multiple selection, see if selected message visible. if not
+ * set it to last visible message.
*/
if(mn_total_cur(current_index_state->msgmap) == 1L) {
j = 0L;
@@ -2602,8 +2602,8 @@ index_scroll_up(long int scroll_count)
/*
- * If not multiple selection, see if selected message visable. if not
- * set it to last visable message.
+ * If not multiple selection, see if selected message visible. if not
+ * set it to last visible message.
*/
if(mn_total_cur(current_index_state->msgmap) == 1L) {
j = 0L;