summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/staticroute.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/staticroute.in b/init.d/staticroute.in
index 9995d37..1df5d4c 100644
--- a/init.d/staticroute.in
+++ b/init.d/staticroute.in
@@ -81,7 +81,7 @@ do_routes()
*) family=;;
esac
fi
- route $famly $xtra $2 -$args
+ route $family $xtra $2 -$args
;;
esac
veend $?