diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-16 08:29:04 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-16 08:29:04 -0700 |
commit | afbf1ef03d944a775cafbc02243f8eb8c15d096e (patch) | |
tree | 9b04017bf26a601a0a867fdd45dce94c2897827a /pico/osdep | |
parent | a6feb748e22af1b8cf032c08e91c2424c44ebd62 (diff) | |
download | alpine-afbf1ef03d944a775cafbc02243f8eb8c15d096e.tar.xz |
* Fix a few more misspellings in the source code of Alpine.
List contributed by Jens Schleusener.
Diffstat (limited to 'pico/osdep')
-rw-r--r-- | pico/osdep/mswin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/osdep/mswin.c b/pico/osdep/mswin.c index ba72747a..c495eec2 100644 --- a/pico/osdep/mswin.c +++ b/pico/osdep/mswin.c @@ -6335,7 +6335,7 @@ mswin_getscrollpos (void) /* - * retreive the latest scroll to position. + * retrieve the latest scroll to position. */ long mswin_getscrollto (void) |