From 3533f8c9bacff606f7e9c89d38f37977a1c32fc0 Mon Sep 17 00:00:00 2001 From: softbagel Date: Thu, 1 Mar 2012 00:23:01 +0000 Subject: [PATCH] Fix spelling error (captial to capital) --- countries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/countries.php b/countries.php index 2f47223..1da14eb 100644 --- a/countries.php +++ b/countries.php @@ -11,7 +11,7 @@ 'iso3' => 'AND', 'iso_numeric' => '20', 'fips' => 'AN', - 'captial' => 'Andorra la Vella', + 'capital' => 'Andorra la Vella', 'area' => '468', 'population' => '72000', 'continent' => 'EU',