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 /web/src | |
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 'web/src')
-rw-r--r-- | web/src/alpined.d/alpined.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/src/alpined.d/alpined.c b/web/src/alpined.d/alpined.c index fc1834b6..7e56d186 100644 --- a/web/src/alpined.d/alpined.c +++ b/web/src/alpined.d/alpined.c @@ -6232,7 +6232,7 @@ PEMailboxCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST * CMD: zoom * * Set/clear HID bits of non SLCT messages as requested. - * PEMailbox [first | last | next] are senstive to these flags. + * PEMailbox [first | last | next] are sensitive to these flags. * * ARGS: newstate - 1 or 0 * @@ -6263,7 +6263,7 @@ PEMailboxCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST * CMD: focus * * Set/clear HID bits of non MN_SRCH messages as requested. - * PEMailbox [first | last | next] are senstive to MN_HIDE flag + * PEMailbox [first | last | next] are sensitive to MN_HIDE flag * * ARGS: newstate - 1 or 0 * @@ -6425,7 +6425,7 @@ PEMailboxCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST * ARGS: [before | after] relative to * msgno * - * Returns: count of messsages before or after given message number + * Returns: count of messages before or after given message number */ if((relative = Tcl_GetStringFromObj(objv[2], NULL)) |