summaryrefslogtreecommitdiff
path: root/pico/browse.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 /pico/browse.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 'pico/browse.c')
-rw-r--r--pico/browse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pico/browse.c b/pico/browse.c
index 49f9fb9b..6890a784 100644
--- a/pico/browse.c
+++ b/pico/browse.c
@@ -287,7 +287,7 @@ pico_file_browse(PICO *pdata, char *dir, size_t dirlen, char *fn, size_t fnlen,
/*
* FileBrowse - display contents of given directory dir
*
- * intput:
+ * input:
* dir points to initial dir to browse.
* dirlen- buffer size of dir
* fn initial file name.
@@ -1855,7 +1855,7 @@ getfcells(char *dname, int fb_flags)
/*
* Filter dot files? Always filter ".", never filter "..",
- * and sometimes fitler ".*"...
+ * and sometimes filter ".*"...
*/
if(*np == '.' && (!(*(np+1) == '.' && *(np+2) == '\0')
&& !(*(np+1) == '\0' && (fb_flags&FB_SAVE)))