diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2018-08-23 05:22:13 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2018-08-23 05:29:30 +0300 |
commit | 70e863ab94747fbfc26fb470203d7d08164f105f (patch) | |
tree | 23d63014d3243301a4694cca2eff4dd9c7b3ec5d /net-dialup | |
parent | media-tv/kodi: [QA] Fix DESCRIPTION (diff) | |
download | gentoo-70e863ab94747fbfc26fb470203d7d08164f105f.tar.gz gentoo-70e863ab94747fbfc26fb470203d7d08164f105f.tar.bz2 gentoo-70e863ab94747fbfc26fb470203d7d08164f105f.zip |
net-dialup/openl2tp: fix spelling
Fix spelling in the init script.
Bug: https://bugs.gentoo.org/664266
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'net-dialup')
-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 |