summaryrefslogtreecommitdiff
path: root/web/cgi/alpine/1.0/attach.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'web/cgi/alpine/1.0/attach.tcl')
-rwxr-xr-xweb/cgi/alpine/1.0/attach.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cgi/alpine/1.0/attach.tcl b/web/cgi/alpine/1.0/attach.tcl
index e0423171..9e83c8fd 100755
--- a/web/cgi/alpine/1.0/attach.tcl
+++ b/web/cgi/alpine/1.0/attach.tcl
@@ -82,7 +82,7 @@ if {$cancel == 1 || [string compare cancel [string tolower $cancel]] == 0 || [st
set fsize [file size [lindex $file 0]]
if {$fsize <= 0} {
- WPCmd PEInfo statmsg "Attachment $jsnative empty or nonexistant"
+ WPCmd PEInfo statmsg "Attachment $jsnative empty or nonexistent"
}
} else {
WPCmd PEInfo statmsg "Requested attachment does not exist"