summaryrefslogtreecommitdiff
path: root/alpine/osdep/termout.unx.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/osdep/termout.unx.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/osdep/termout.unx.c')
-rw-r--r--alpine/osdep/termout.unx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/alpine/osdep/termout.unx.c b/alpine/osdep/termout.unx.c
index 8ef5d031..de87565b 100644
--- a/alpine/osdep/termout.unx.c
+++ b/alpine/osdep/termout.unx.c
@@ -74,7 +74,7 @@ static char rcsid[] = "$Id: termout.unx.c 955 2008-03-06 23:52:36Z hubert@u.wash
This code used to pay attention to the "am" auto margin and "xn"
new line glitch fields, but they were so often incorrect because many
terminals can be configured to do either that we've taken it out. It
-now assumes it dosn't know where the cursor is after outputing in the
+now assumes it doesn't know where the cursor is after outputting in the
80th column.
*/
@@ -117,7 +117,7 @@ extern char *tgoto(char *, int, int);
Result: terminal size is discovered and set in pine state
termcap entry is fetched and stored
- make sure terminal has adequate capabilites
+ make sure terminal has adequate capabilities
evaluate scrolling situation
returns status of indicating the state of the screen/termcap entry
@@ -673,9 +673,9 @@ EndScroll(void)
Args: lines -- number of lines to scroll, positive forward
Result: Screen scrolls
- returns 0 if scroll succesful, -1 if not
+ returns 0 if scroll successful, -1 if not
- positive lines goes foward (new lines come in at bottom
+ positive lines goes forward (new lines come in at bottom
Leaves cursor at the place to insert put new text
0,0 is the upper left