diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-15 21:41:39 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-15 21:41:39 -0700 |
commit | 06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch) | |
tree | 2b483acf3ec2da573992c20b766a480e22f4c45a /web/src/cgi.tcl-1.10/example | |
parent | 9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff) | |
download | alpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz |
* Fix a number of misspellings in the source code of Alpine. I hav only
fixed those that belong to the source code of Alpine and do not come
from an external source. List contributed by Jens Schleusener.
Diffstat (limited to 'web/src/cgi.tcl-1.10/example')
-rwxr-xr-x | web/src/cgi.tcl-1.10/example/image.cgi | 2 | ||||
-rwxr-xr-x | web/src/cgi.tcl-1.10/example/img.cgi | 2 | ||||
-rw-r--r-- | web/src/cgi.tcl-1.10/example/vote.cnt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/web/src/cgi.tcl-1.10/example/image.cgi b/web/src/cgi.tcl-1.10/example/image.cgi index e1321523..d23ec344 100755 --- a/web/src/cgi.tcl-1.10/example/image.cgi +++ b/web/src/cgi.tcl-1.10/example/image.cgi @@ -13,7 +13,7 @@ cgi_eval { Prototype Kilogram. It is made of 90% platinum, 10% iridium. It was assigned to the US in 1889 and is periodically recertified and traceable to [italic "The Kilogram"] held at - [url "Bureau International des Poids et Mesures" http://www.bipm.fr" $TOP] + [url "Bureau International des Poids et Measures" http://www.bipm.fr" $TOP] in France.)" # ignore the junk above this line - the crucial stuff is below diff --git a/web/src/cgi.tcl-1.10/example/img.cgi b/web/src/cgi.tcl-1.10/example/img.cgi index 4c84787d..38b980e5 100755 --- a/web/src/cgi.tcl-1.10/example/img.cgi +++ b/web/src/cgi.tcl-1.10/example/img.cgi @@ -13,7 +13,7 @@ cgi_eval { cgi_imglink ball $NIST_IMAGES/ball.gif alt=ball cgi_imglink birdies $NIST_IMAGES/brd-ln.gif alt=birdies - cgi_imglink daemon $NIST_IMAGES/bsd_daemon.gif "alt=Kirk McKusick's BSD deamon" + cgi_imglink daemon $NIST_IMAGES/bsd_daemon.gif "alt=Kirk McKusick's BSD daemon" # use white background because some of these images require it cgi_body bgcolor=#ffffff text=#00b0b0 { diff --git a/web/src/cgi.tcl-1.10/example/vote.cnt b/web/src/cgi.tcl-1.10/example/vote.cnt index 73bc9061..64d2007f 100644 --- a/web/src/cgi.tcl-1.10/example/vote.cnt +++ b/web/src/cgi.tcl-1.10/example/vote.cnt @@ -3,7 +3,7 @@ 2 {it's got potential, needs more work} {Tcl/Tk: Saving the world one proc at a time} {Michael McLennan} mmc 3 -24 {Tcl/Tk: Programmers by day, heros by the end of the quarter} {Michael McLennan} mmc +24 {Tcl/Tk: Programmers by day, heroes by the end of the quarter} {Michael McLennan} mmc 4 39 {Tcl/Tk: The struggle between good and eval} {Michael McLennan} mmc 6 |