summaryrefslogtreecommitdiff
path: root/pico/estruct.h
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/estruct.h
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/estruct.h')
-rw-r--r--pico/estruct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pico/estruct.h b/pico/estruct.h
index 2d0f650c..f2f41947 100644
--- a/pico/estruct.h
+++ b/pico/estruct.h
@@ -31,7 +31,7 @@
/* Configuration options */
#define CVMVAS 1 /* arguments to page forward/back in pages */
-#define NFWORD 1 /* forward word jumps to begining of word */
+#define NFWORD 1 /* forward word jumps to beginning of word */
#define TYPEAH 0 /* type ahead causes update to be skipped */
#define REVSTA 1 /* Status line appears in reverse video */
@@ -319,7 +319,7 @@ typedef struct {
int (*k_fp)(); /* Routine to handle it */
} KEYTAB;
-/* sturcture used for key menu painting */
+/* structure used for key menu painting */
typedef struct {
char *name; /* key to display (UTF-8) */