summaryrefslogtreecommitdiff
path: root/alpine/mailview.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
commit06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch)
tree2b483acf3ec2da573992c20b766a480e22f4c45a /alpine/mailview.c
parent9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff)
downloadalpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz
* Fix a number of misspellings in the source code of Alpine. I hav only
fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener.
Diffstat (limited to 'alpine/mailview.c')
-rw-r--r--alpine/mailview.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/alpine/mailview.c b/alpine/mailview.c
index c151a1e1..d8cf663d 100644
--- a/alpine/mailview.c
+++ b/alpine/mailview.c
@@ -3340,7 +3340,7 @@ scrolltool(SCROLL_S *sparms)
ClearLine(1);
break;
}
- /* else no reformatting neccessary, fall thru to repaint */
+ /* else no reformatting necessary, fall thru to repaint */
/*-------------- refresh -------------*/
@@ -4157,7 +4157,7 @@ format_scroll_text(void)
* of the file is the one first in the text_lines buffer.
*
* NOTE: talk about massive potential for tuning...
- * Goes without saying this is still under constuction
+ * Goes without saying this is still under construction
*/
void
ScrollFile(long int line)
@@ -4180,7 +4180,7 @@ ScrollFile(long int line)
* BOGUS: this is painfully crude right now, but I just want to get
* it going.
*
- * possibly in the near furture, an array of indexes into the
+ * possibly in the near future, an array of indexes into the
* file that are the offset for the beginning of each line will
* speed things up. Of course, this
* will have limits, so maybe a disk file that is an array
@@ -5440,7 +5440,7 @@ mswin_readscrollbuf(n)
Args: cmd - what type of scroll operation.
- scroll_pos - paramter for operation.
+ scroll_pos - parameter for operation.
used as position for SCROLL_TO operation.
Returns: TRUE - did the scroll operation.