summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-03-28 22:10:03 -0600
committerEduardo Chappa <chappa@washington.edu>2021-03-28 22:10:03 -0600
commit24f85bc165077c8089d1d79e33c524573b90f68d (patch)
tree330371f75e9eb6daaf740ddf3606c9769bbc35ba /web
parentc5a870b30c43914ed8414b9f54bed3da27057d79 (diff)
downloadalpine-24f85bc165077c8089d1d79e33c524573b90f68d.tar.xz
* Many spelling errors corrected by Jens Schleusener. Thank you!
Diffstat (limited to 'web')
-rw-r--r--web/README2
-rwxr-xr-xweb/cgi/alpine/1.0/fldrbrowse.tcl2
-rwxr-xr-xweb/cgi/alpine/1.0/fr_queryauth.tcl2
-rw-r--r--web/cgi/alpine/2.0/common.tcl2
-rwxr-xr-xweb/cgi/alpine/2.0/conduit/mark.tcl2
-rwxr-xr-xweb/cgi/session/queryauth.tcl2
6 files changed, 6 insertions, 6 deletions
diff --git a/web/README b/web/README
index 293f621..d2be6c4 100644
--- a/web/README
+++ b/web/README
@@ -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 b9021a4..58d6d8f 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 ad5d13d..d361baa 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 76cd729..4d78024 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 2ac5a2d..ffbe443 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 27e10c9..450674a 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"}