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:
Regular → Executable
+1
-1
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user