From afbf1ef03d944a775cafbc02243f8eb8c15d096e Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Thu, 16 Jan 2020 08:29:04 -0700 Subject: * Fix a few more misspellings in the source code of Alpine. List contributed by Jens Schleusener. --- web/src/alpined.d/alpined.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/src') 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)) -- cgit v1.2.3-54-g00ecf