about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorjakobrs <jakobrs100@gmail.com>2020-05-31 08:38:09 +0200
committerGitHub <noreply@github.com>2020-05-31 08:38:09 +0200
commit3052b4eafba0a69764bae24c8ad8e250fa1acfae (patch)
tree4990c44e4560022f50f1b07bffc5211e17d89b02 /nixos
parent2d689dca07125a43b74b8c3d7db1fb971249add1 (diff)
downloadnixlib-3052b4eafba0a69764bae24c8ad8e250fa1acfae.tar
nixlib-3052b4eafba0a69764bae24c8ad8e250fa1acfae.tar.gz
nixlib-3052b4eafba0a69764bae24c8ad8e250fa1acfae.tar.bz2
nixlib-3052b4eafba0a69764bae24c8ad8e250fa1acfae.tar.lz
nixlib-3052b4eafba0a69764bae24c8ad8e250fa1acfae.tar.xz
nixlib-3052b4eafba0a69764bae24c8ad8e250fa1acfae.tar.zst
nixlib-3052b4eafba0a69764bae24c8ad8e250fa1acfae.zip
nixos/libvirtd: correct spelling
formally -> formerly
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/virtualisation/libvirtd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/libvirtd.nix b/nixos/modules/virtualisation/libvirtd.nix
index f89e5d544b22..43b5fcfa8fae 100644
--- a/nixos/modules/virtualisation/libvirtd.nix
+++ b/nixos/modules/virtualisation/libvirtd.nix
@@ -114,7 +114,7 @@ in {
         Specifies the action to be done to / on the guests when the host boots.
         The "start" option starts all guests that were running prior to shutdown
         regardless of their autostart settings. The "ignore" option will not
-        start the formally running guest on boot. However, any guest marked as
+        start the formerly running guest on boot. However, any guest marked as
         autostart will still be automatically started by libvirtd.
       '';
     };