summaryrefslogtreecommitdiff
path: root/web/cgi/alpine
diff options
context:
space:
mode:
Diffstat (limited to 'web/cgi/alpine')
-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
4 files changed, 4 insertions, 4 deletions
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