From 4cd149f3be6615713be3781e67fee6f62c2a5cf9 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 8 Nov 2015 13:35:26 +0100 Subject: Fix derp, typo. --- includes/utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/utils.php b/includes/utils.php index 887f0d5..96982ea 100644 --- a/includes/utils.php +++ b/includes/utils.php @@ -154,7 +154,7 @@ function match_ipv6($ip, $ip_only = true) { */ function match_hostname($hostname) { // That's an IP address so it is not a valid hostname. - if (match_ipv4($hostame) || match_ipv6($hostname)) { + if (match_ipv4($hostname) || match_ipv6($hostname)) { return false; } -- cgit v1.2.3