summaryrefslogtreecommitdiff
path: root/httemplate/docs/upgrade10.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/docs/upgrade10.html')
-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)
);