summaryrefslogtreecommitdiff
path: root/alpine/confscroll.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/confscroll.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/confscroll.c')
-rw-r--r--alpine/confscroll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/alpine/confscroll.c b/alpine/confscroll.c
index 2fe034bd..d5cd6f6c 100644
--- a/alpine/confscroll.c
+++ b/alpine/confscroll.c
@@ -2447,7 +2447,7 @@ delete:
/*
* Delay setting the displayed value until "var.current_val" is set
- * in case current val get's changed due to a special case above.
+ * in case current val gets changed due to a special case above.
*/
if(newval){
if(*newval)
@@ -4518,7 +4518,7 @@ clear_feature(char ***l, char *f)
/*
* this is helpful to keep the array from growing if a feature
- * get's set and unset repeatedly
+ * gets set and unset repeatedly
*/
if(!f)
fs_resize((void **)l, count * sizeof(char *));
@@ -6011,7 +6011,7 @@ unexpected_pinerc_change(void)
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.