]> git.ipfire.org Git - people/stevee/network.git/commitdiff
ipsec: Fix typo in warning message
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Jul 2017 17:02:15 +0000 (19:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Jul 2017 17:02:15 +0000 (19:02 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.ipsec

index cd1a50a1d7fc73cdf9d19400f4bfa0e966758379..c090a93d9dea27a1e6b03dbcf8833873de93a23c 100644 (file)
@@ -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