summaryrefslogtreecommitdiff
path: root/web/cgi/alpine/2.0/common.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'web/cgi/alpine/2.0/common.tcl')
-rw-r--r--web/cgi/alpine/2.0/common.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cgi/alpine/2.0/common.tcl b/web/cgi/alpine/2.0/common.tcl
index 41e58a7..76cd729 100644
--- a/web/cgi/alpine/2.0/common.tcl
+++ b/web/cgi/alpine/2.0/common.tcl
@@ -742,7 +742,7 @@ proc setCurrentFolder {_c _f _u} {
# verify $c $f (and $u if present) exists
if {!($c == 0 && 0 == [string compare -nocase inbox $f])} {
if {[catch {WPCmd PEFolder exists $c $f} result]} {
- WPCmd PEInfo statmsg "Cannot test $f for existance: $result"
+ WPCmd PEInfo statmsg "Cannot test $f for existence: $result"
} elseif {$result <= 0} {
WPCmd PEInfo statmsg "Folder $f in collection $c does not exist"
}