From: Josh Soref Date: Tue, 30 Oct 2018 08:14:58 +0000 (+0000) Subject: spelling: timeout X-Git-Tag: lxc-3.1.0~26^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da43e9e51ab34ae0d9d7055d8111d3418e129a24;p=thirdparty%2Flxc.git spelling: timeout Signed-off-by: Josh Soref --- diff --git a/config/init/common/lxc-containers.in b/config/init/common/lxc-containers.in index bebbbfaf4..3779d83b3 100644 --- a/config/init/common/lxc-containers.in +++ b/config/init/common/lxc-containers.in @@ -97,7 +97,7 @@ case "$1" in # The stop is serialized and can take excessive time. We need to avoid # delaying the system shutdown / reboot as much as we can since it's not - # parallelized... Even 5 second timout may be too long. + # parallelized... Even 5 second timeout may be too long. "$bindir"/lxc-autostart $STOPOPTS $SHUTDOWNDELAY ;; diff --git a/config/init/upstart/lxc.conf.in b/config/init/upstart/lxc.conf.in index 437db3ce5..3bdfdf718 100644 --- a/config/init/upstart/lxc.conf.in +++ b/config/init/upstart/lxc.conf.in @@ -61,7 +61,7 @@ end script # The stop is serialized and can take excessive time. We need to avoid # delaying the system shutdown / reboot as much as we can since it's not -# parallelized... Even 5 second timout may be too long. +# parallelized... Even 5 second timeout may be too long. post-stop script [ -f /etc/default/lxc ] && . /etc/default/lxc