From 1d3bbaff1193bf9301cd51f0ebcfd5ca8fa8c3e6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 14 Oct 1999 18:16:08 +0000 Subject: fix typo --- rc.d/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/init.d/network b/rc.d/init.d/network index a7e57385..6ee87ec3 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -82,7 +82,7 @@ ipv4_defrag_set () else if [ "$DEFRAG_IPV4" = "yes" -o "$DEFRAG_IPV4" = "true" ]; then value=1 - mesage="Enabling IPv4 automatic defragmentation" + message="Enabling IPv4 automatic defragmentation" else value=0 message="Disabling IPv4 automatic defragmentation" -- cgit v1.2.1