summaryrefslogtreecommitdiff
path: root/web/cgi/alpine/1.0
diff options
context:
space:
mode:
Diffstat (limited to 'web/cgi/alpine/1.0')
-rwxr-xr-xweb/cgi/alpine/1.0/fldrbrowse.tcl2
-rwxr-xr-xweb/cgi/alpine/1.0/fr_queryauth.tcl2
2 files changed, 2 insertions, 2 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"}