From 78ae660bf02883fb062145ba9434ca1a4af48cd4 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 7 Jun 2021 21:07:51 +0200 Subject: [PATCH] interfaces: fix typo; closes #5008 #5036 --- src/etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 5b3b9ee98..ba082c803 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -4633,7 +4633,7 @@ function interfaces_primary_address6($interface, $realif = null, $ifconfig_detai /* * Since we do not know what subnet value was given by user * uncompress/compress to match correctly compressed system - * value. Matchig alias cannot be primary address. + * value. Matching alias cannot be primary address. */ if (Net_IPv6::compress(Net_IPv6::uncompress($vip['subnet'])) == $addrparts[0]) { continue 2;