summary refs log tree commit diff
path: root/nixos/modules/virtualisation
diff options
context:
space:
mode:
authorAlexandre Esteves <2335822+alexfmpe@users.noreply.github.com>2020-06-08 16:47:46 +0100
committerGitHub <noreply@github.com>2020-06-08 16:47:46 +0100
commit063043fa63a7d5fc4f885626e8fab671514eed23 (patch)
treeba905d5d4255800197b363396114c344a6e36539 /nixos/modules/virtualisation
parentbdae576bf14ba35673fe7625211eccd9aa89844f (diff)
downloadnixpkgs-063043fa63a7d5fc4f885626e8fab671514eed23.tar
nixpkgs-063043fa63a7d5fc4f885626e8fab671514eed23.tar.gz
nixpkgs-063043fa63a7d5fc4f885626e8fab671514eed23.tar.bz2
nixpkgs-063043fa63a7d5fc4f885626e8fab671514eed23.tar.lz
nixpkgs-063043fa63a7d5fc4f885626e8fab671514eed23.tar.xz
nixpkgs-063043fa63a7d5fc4f885626e8fab671514eed23.tar.zst
nixpkgs-063043fa63a7d5fc4f885626e8fab671514eed23.zip
Fix typo
Diffstat (limited to 'nixos/modules/virtualisation')
-rw-r--r--nixos/modules/virtualisation/qemu-vm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/qemu-vm.nix b/nixos/modules/virtualisation/qemu-vm.nix
index b8d0606be7c..be06d6feb11 100644
--- a/nixos/modules/virtualisation/qemu-vm.nix
+++ b/nixos/modules/virtualisation/qemu-vm.nix
@@ -448,7 +448,7 @@ in
         description =
           ''
             An alternate BIOS (such as <package>qboot</package>) with which to start the VM.
-            Should containin a file named <literal>bios.bin</literal>.
+            Should contain a file named <literal>bios.bin</literal>.
             If <literal>null</literal>, QEMU's builtin SeaBIOS will be used.
           '';
       };