summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-07-22 12:59:56 +0100
committerPeter Powell <petpow@saberuk.com>2019-09-23 14:48:49 +0100
commit14ee76a0ad8d4ddd150ff91d71a8d845ef015ece (patch)
treeb0cab4d34e578b7417be2bf57c98ee0c9bfa8ad8 /src/tools
parent4465c67790ab7a965abbdaed53bdc9295bba919d (diff)
Fix various typos.
Diffstat (limited to 'src/tools')
-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..."