diff options
author | khoff <khoff> | 2005-03-31 05:02:51 +0000 |
---|---|---|
committer | khoff <khoff> | 2005-03-31 05:02:51 +0000 |
commit | 9e53f4c3b01d5f27f7930d39233c49c948f9de04 (patch) | |
tree | 67d2706bb0876f6e3b0cdd5335d664cd28edf27b /httemplate/docs | |
parent | 4a2291d95440dcdfbe53976c6095742690ef5963 (diff) |
Very annoying typo. >:-)
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/upgrade10.html | 2 |
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) ); |