commit: 70e863ab94747fbfc26fb470203d7d08164f105f Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> AuthorDate: Thu Aug 23 02:22:13 2018 +0000 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> CommitDate: Thu Aug 23 02:29:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e863ab
net-dialup/openl2tp: fix spelling Fix spelling in the init script. Bug: https://bugs.gentoo.org/664266 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org> Package-Manager: Portage-2.3.48, Repoman-2.3.10 net-dialup/openl2tp/files/openl2tpd.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dialup/openl2tp/files/openl2tpd.initd b/net-dialup/openl2tp/files/openl2tpd.initd index b1d1511a564..fda6770fa90 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
