summaryrefslogtreecommitdiff
path: root/web/cgi/alpine/1.0/post.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'web/cgi/alpine/1.0/post.tcl')
-rwxr-xr-xweb/cgi/alpine/1.0/post.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cgi/alpine/1.0/post.tcl b/web/cgi/alpine/1.0/post.tcl
index dcd7c37..2642873 100755
--- a/web/cgi/alpine/1.0/post.tcl
+++ b/web/cgi/alpine/1.0/post.tcl
@@ -227,7 +227,7 @@ switch -exact -- $fccattach {
if {0 && [string length $form_charset]} {
# messy charset heuristics
# idea is to look for planted HTML entities and see if known
- # encoding transliterations have occured. inspired by:
+ # encoding transliterations have occurred. inspired by:
# <http://www.cs.tut.fi/~jkorpela/chars.html#encinfo>
# test for:
@@ -288,7 +288,7 @@ if {0 && [string length $form_charset]} {
lappend msgdata [list postoption [list charset "UTF-8"]]
}
-# pass on text fomat=flowed?
+# pass on text format=flowed?
if {[string length $form_flowed]} {
lappend msgdata [list postoption [list flowed yes]]
}