summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorkhoff <khoff>2005-03-31 05:02:51 +0000
committerkhoff <khoff>2005-03-31 05:02:51 +0000
commit9e53f4c3b01d5f27f7930d39233c49c948f9de04 (patch)
tree67d2706bb0876f6e3b0cdd5335d664cd28edf27b /httemplate/docs
parent4a2291d95440dcdfbe53976c6095742690ef5963 (diff)
Very annoying typo. >:-)
Diffstat (limited to 'httemplate/docs')
-rw-r--r--httemplate/docs/upgrade10.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html
index c7d5db874..70a9aeee3 100644
--- a/httemplate/docs/upgrade10.html
+++ b/httemplate/docs/upgrade10.html
@@ -196,7 +196,7 @@ CREATE INDEX part_pkg_option2 ON part_pkg_option ( optionname );
CREATE TABLE rate (
ratenum serial NOT NULL,
- reatename varchar(80) NOT NULL,
+ ratename varchar(80) NOT NULL,
PRIMARY KEY (ratenum)
);