aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-06-01 17:14:54 +0200
committerGitHub <noreply@github.com>2020-06-01 17:14:54 +0200
commit78ca0c506bc09ae59cde99a88fd2506695f0c033 (patch)
tree6467a05474633573a1cdbb46234c9eac08ae2acb
parent3cb29792d10ee8186f893abeea3858401e373c23 (diff)
parent3052b4eafba0a69764bae24c8ad8e250fa1acfae (diff)
Merge pull request #89240 from jakobrs/formally-to-formerly
nixos/libvirtd: correct spelling
-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 f89e5d544b2..43b5fcfa8fa 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.
'';
};