diff options
-rw-r--r-- | net-dialup/openl2tp/files/openl2tpd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dialup/openl2tp/files/openl2tpd.initd b/net-dialup/openl2tp/files/openl2tpd.initd index b1d1511a5642..fda6770fa90f 100644 --- a/net-dialup/openl2tp/files/openl2tpd.initd +++ b/net-dialup/openl2tp/files/openl2tpd.initd @@ -61,7 +61,7 @@ stop() { rc=$? if [ ${RC_CMD} = "restart" ]; then - einfo "sleepinng for server to finilize connections" + einfo "sleeping for server to finalize connections" sleep 2 fi |