1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 02:06:39 +02:00

Fix various typos.

This commit is contained in:
Peter Powell
2019-07-22 12:59:56 +01:00
parent 4465c67790
commit 14ee76a0ad
4 changed files with 9 additions and 9 deletions
Regular → Executable
+1 -1
View File
@@ -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..."