Fix a typo
authorMartin Pycko <martinp@digium.com>
Mon, 14 Jul 2003 19:10:11 +0000 (19:10 +0000)
committerMartin Pycko <martinp@digium.com>
Mon, 14 Jul 2003 19:10:11 +0000 (19:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1189 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/scripts/retrieve_extensions_from_mysql.pl
retrieve_extensions_from_mysql.pl

index 64a517c..78a7777 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -Tw
 # Use these commands to create the appropriate tables in MySQL
 # 
-#CREATE TABLE ext (
+#CREATE TABLE extensions (
 #      context CHAR(20) DEFAULT 'default' NOT NULL,
 #      extension CHAR(20) NOT NULL,
 #      priority INT(2) DEFAULT '1' NOT NULL,
index 64a517c..78a7777 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -Tw
 # Use these commands to create the appropriate tables in MySQL
 # 
-#CREATE TABLE ext (
+#CREATE TABLE extensions (
 #      context CHAR(20) DEFAULT 'default' NOT NULL,
 #      extension CHAR(20) NOT NULL,
 #      priority INT(2) DEFAULT '1' NOT NULL,