diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-03-28 22:10:03 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-03-28 22:10:03 -0600 |
commit | 24f85bc165077c8089d1d79e33c524573b90f68d (patch) | |
tree | 330371f75e9eb6daaf740ddf3606c9769bbc35ba /web | |
parent | c5a870b30c43914ed8414b9f54bed3da27057d79 (diff) | |
download | alpine-24f85bc165077c8089d1d79e33c524573b90f68d.tar.xz |
* Many spelling errors corrected by Jens Schleusener. Thank you!
Diffstat (limited to 'web')
-rw-r--r-- | web/README | 2 | ||||
-rwxr-xr-x | web/cgi/alpine/1.0/fldrbrowse.tcl | 2 | ||||
-rwxr-xr-x | web/cgi/alpine/1.0/fr_queryauth.tcl | 2 | ||||
-rw-r--r-- | web/cgi/alpine/2.0/common.tcl | 2 | ||||
-rwxr-xr-x | web/cgi/alpine/2.0/conduit/mark.tcl | 2 | ||||
-rwxr-xr-x | web/cgi/session/queryauth.tcl | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -53,7 +53,7 @@ REQUIRED SOFTWARE -BUILING AND INSTALLING WEB ALPINE +BUILDING AND INSTALLING WEB ALPINE --------------------------------- See the INSTALL file for basic instructions. diff --git a/web/cgi/alpine/1.0/fldrbrowse.tcl b/web/cgi/alpine/1.0/fldrbrowse.tcl index b9021a4d..58d6d8fb 100755 --- a/web/cgi/alpine/1.0/fldrbrowse.tcl +++ b/web/cgi/alpine/1.0/fldrbrowse.tcl @@ -170,7 +170,7 @@ if {[catch {WPNewMail $reload} newmail]} { # preserve vars that my have been overridden with cgi parms if {[catch {WPCmd PEFolder collections} collections]} { - error [list _action "Collectoin list" $collections] + error [list _action "Collection list" $collections] } set shown [split $show ,] diff --git a/web/cgi/alpine/1.0/fr_queryauth.tcl b/web/cgi/alpine/1.0/fr_queryauth.tcl index ad5d13d1..d361baa8 100755 --- a/web/cgi/alpine/1.0/fr_queryauth.tcl +++ b/web/cgi/alpine/1.0/fr_queryauth.tcl @@ -23,7 +23,7 @@ # Input: set frame_vars { {cid "Missing Command ID"} - {authcol "Missing Authenticaion Collection"} + {authcol "Missing Authentication Collection"} {authfolder "Missing Authentication Folder"} {authpage "Missing Post Authorization Instructions"} {authcancel "Missing Auth Cancel Instructions"} diff --git a/web/cgi/alpine/2.0/common.tcl b/web/cgi/alpine/2.0/common.tcl index 76cd7293..4d78024b 100644 --- a/web/cgi/alpine/2.0/common.tcl +++ b/web/cgi/alpine/2.0/common.tcl @@ -734,7 +734,7 @@ proc setCurrentFolder {_c _f _u} { } if {[catch {WPCmd PEMailbox trashdeleted current} result]} { - WPCmd PEInfo statmsg "Detete FAILURE: $result" + WPCmd PEInfo statmsg "Delete FAILURE: $result" } } } diff --git a/web/cgi/alpine/2.0/conduit/mark.tcl b/web/cgi/alpine/2.0/conduit/mark.tcl index 2ac5a2d7..ffbe443b 100755 --- a/web/cgi/alpine/2.0/conduit/mark.tcl +++ b/web/cgi/alpine/2.0/conduit/mark.tcl @@ -69,7 +69,7 @@ WPEval $mark_args { } } } else { - set reult "FAILURE: Unknown mark value: $mark" + set result "FAILURE: Unknown mark value: $mark" } cgi_puts $result diff --git a/web/cgi/session/queryauth.tcl b/web/cgi/session/queryauth.tcl index 27e10c97..450674a4 100755 --- a/web/cgi/session/queryauth.tcl +++ b/web/cgi/session/queryauth.tcl @@ -19,7 +19,7 @@ # input: set query_vars { {cid "Missing Command ID"} - {authcol "Missing Authenticaion Collection"} + {authcol "Missing Authentication Collection"} {authfolder "Missing Authentication Folder"} {authpage "No Post Authorization Instructions"} {authcancel "No Auth Cancel Instructions"} |