From 9e444eb62454973ec1a25cc1dab0fa7f323f043f Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 27 Feb 2014 18:31:09 +0100
Subject: [PATCH] Fixed SQL typos

---
 install/sql/ispconfig3.sql | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql
index cbb0998ea4..bee5ae751a 100644
--- a/install/sql/ispconfig3.sql
+++ b/install/sql/ispconfig3.sql
@@ -2006,7 +2006,7 @@ INSERT INTO `country` (`iso`, `name`, `printable_name`, `iso3`, `numcode`, `eu`)
 ('CL', 'CHILE', 'Chile', 'CHL', 152, 'n'),
 ('CN', 'CHINA', 'China', 'CHN', 156, 'n'),
 ('CX', 'CHRISTMAS ISLAND', 'Christmas Island', NULL, NULL, 'n'),
-('CC', 'COCOS (KEELING, 'n') ISLANDS', 'Cocos (Keeling, 'n') Islands', NULL, NULL, 'n'),
+('CC', 'COCOS (KEELING) ISLANDS', 'Cocos (Keeling) Islands', NULL, NULL, 'n'),
 ('CO', 'COLOMBIA', 'Colombia', 'COL', 170, 'n'),
 ('KM', 'COMOROS', 'Comoros', 'COM', 174, 'n'),
 ('CG', 'CONGO', 'Congo', 'COG', 178, 'n'),
@@ -2029,7 +2029,7 @@ INSERT INTO `country` (`iso`, `name`, `printable_name`, `iso3`, `numcode`, `eu`)
 ('ER', 'ERITREA', 'Eritrea', 'ERI', 232, 'n'),
 ('EE', 'ESTONIA', 'Estonia', 'EST', 233, 'y'),
 ('ET', 'ETHIOPIA', 'Ethiopia', 'ETH', 231, 'n'),
-('FK', 'FALKLAND ISLANDS (MALVINAS, 'n')', 'Falkland Islands (Malvinas, 'n')', 'FLK', 238, 'n'),
+('FK', 'FALKLAND ISLANDS (MALVINAS)', 'Falkland Islands (Malvinas)', 'FLK', 238, 'n'),
 ('FO', 'FAROE ISLANDS', 'Faroe Islands', 'FRO', 234, 'n'),
 ('FJ', 'FIJI', 'Fiji', 'FJI', 242, 'n'),
 ('FI', 'FINLAND', 'Finland', 'FIN', 246, 'y'),
@@ -2054,7 +2054,7 @@ INSERT INTO `country` (`iso`, `name`, `printable_name`, `iso3`, `numcode`, `eu`)
 ('GY', 'GUYANA', 'Guyana', 'GUY', 328, 'n'),
 ('HT', 'HAITI', 'Haiti', 'HTI', 332, 'n'),
 ('HM', 'HEARD ISLAND AND MCDONALD ISLANDS', 'Heard Island and Mcdonald Islands', NULL, NULL, 'n'),
-('VA', 'HOLY SEE (VATICAN CITY STATE, 'n')', 'Holy See (Vatican City State, 'n')', 'VAT', 336, 'n'),
+('VA', 'HOLY SEE (VATICAN CITY STATE)', 'Holy See (Vatican City State)', 'VAT', 336, 'n'),
 ('HN', 'HONDURAS', 'Honduras', 'HND', 340, 'n'),
 ('HK', 'HONG KONG', 'Hong Kong', 'HKG', 344, 'n'),
 ('HU', 'HUNGARY', 'Hungary', 'HUN', 348, 'y'),
-- 
GitLab