aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-14 19:10:11 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-14 19:10:11 +0000
commit9c7dc69aec27bbb1a9adcf2f8fbba9c71a7df8da (patch)
treea2fd41d806a752346281fb616989bd3eeff1a9f6 /contrib
parentc4c0821cddee2756af44c091339af2630e3b9dd1 (diff)
Fix a typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1189 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/scripts/retrieve_extensions_from_mysql.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/retrieve_extensions_from_mysql.pl b/contrib/scripts/retrieve_extensions_from_mysql.pl
index 64a517cb0..78a7777e4 100755
--- a/contrib/scripts/retrieve_extensions_from_mysql.pl
+++ b/contrib/scripts/retrieve_extensions_from_mysql.pl
@@ -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,