From: Michael Tremer Date: Sun, 30 Jul 2017 17:02:15 +0000 (+0200) Subject: ipsec: Fix typo in warning message X-Git-Tag: 009~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f03f29b7b8887dcdaae596d316ff5ea09db1be73;p=network.git ipsec: Fix typo in warning message Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index cd1a50a1..c090a93d 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -522,7 +522,7 @@ ipsec_connection_prefix() { warning "${prefix} is already on the prefix list" fi else - warning "${prefix} is not a valiv IP net and could not be added" + warning "${prefix} is not a valid IP network and could not be added" fi done fi