From: Michael Tremer Date: Thu, 9 Nov 2017 22:32:03 +0000 (+0000) Subject: geoip-functions.pl: Fix typos and formatting X-Git-Tag: v2.19-core117~1^2~81 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=b1ad5b8b6c0d974e63eccd5ec7ecd24894bc8283 geoip-functions.pl: Fix typos and formatting Reviewed-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/config/cfgroot/geoip-functions.pl b/config/cfgroot/geoip-functions.pl index fc2dfdd342..623169eaf8 100644 --- a/config/cfgroot/geoip-functions.pl +++ b/config/cfgroot/geoip-functions.pl @@ -63,10 +63,10 @@ sub get_flag_icon($) { # the icon for "unknown". my $ccode = "unknown"; - # Redoing all the stuff from abouve for the "unknown" icon. - my $file = join('.', $ccode,$ext); - my $flag_icon = join('/', $flagdir,$file); - my $absolute_path = join('', $webroot,$flag_icon); + # Redoing all the stuff from above for the "unknown" icon. + my $file = join('.', $ccode, $ext); + my $flag_icon = join('/', $flagdir, $file); + my $absolute_path = join('', $webroot, $flag_icon); # Check if the icon is present. if (-e "$absolute_path") {