]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: timeout
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:14:58 +0000 (08:14 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:14:58 +0000 (08:14 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
config/init/common/lxc-containers.in
config/init/upstart/lxc.conf.in

index bebbbfaf477d0c9a2ffcd46ec65ad0246d80227c..3779d83b307be5ef97f2e5db6dcf8d2bd4d3c3c8 100644 (file)
@@ -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
     ;;
 
index 437db3ce5f1df3b46d5e264c96a3898baba93c3c..3bdfdf718c3137bde5fd87fc960b405afadce361 100644 (file)
@@ -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