diff --git a/scripts/fill_help_tables.sh b/scripts/fill_help_tables.sh index da6b8ec80ef5871355eed088e0c1d40f7e27bfab..52dfa018d6ec9d0d9403c4f49408f5ddceed36b7 100644 --- a/scripts/fill_help_tables.sh +++ b/scripts/fill_help_tables.sh @@ -148,7 +148,7 @@ print " description text not null,"; print " example text not null,"; print " url varchar(128) not null,"; print " primary key (help_topic_id),"; -print " uniuqe index(name)"; +print " unique index(name)"; print ") type=myisam;\n\n"; print "DROP TABLE IF EXISTS help_category;\n";