From f03f29b7b8887dcdaae596d316ff5ea09db1be73 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 30 Jul 2017 19:02:15 +0200 Subject: [PATCH] ipsec: Fix typo in warning message Signed-off-by: Michael Tremer --- src/functions/functions.ipsec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2