summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/tools/geoipupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/geoipupdate.sh b/src/tools/geoipupdate.sh
index 4e76d493c..70ae26f67 100644..100755
--- a/src/tools/geoipupdate.sh
+++ b/src/tools/geoipupdate.sh
@@ -53,7 +53,7 @@ if test $geoip_database = "country"; then
echo "Unpacking..."
unzip -jo GeoIPCountryCSV.zip
rm GeoIPCountryCSV.zip
- echo "Converting to UFT-8..."
+ echo "Converting to UTF-8..."
iconv -f ISO-8859-1 -t UTF-8 GeoIPCountryWhois.csv -o $prefix"geoip_country.csv"
rm GeoIPCountryWhois.csv
echo "Importing..."