From 8ae8145813d1a116e7c81c0092e0df93d0005a9f Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Feb 2003 10:42:18 +0400 Subject: [PATCH] fill_help_tables.sh: Typo fix , scripts/fill_help_tables.sh: Typo fix , --- scripts/fill_help_tables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fill_help_tables.sh b/scripts/fill_help_tables.sh index da6b8ec80ef..52dfa018d6e 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";