summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-08-07 17:58:02 +0200
committerFlorian Klink <flokli@flokli.de>2020-08-07 18:00:28 +0200
commitda88c6eee5cb1c8583db1cdc9daef1df85cb5be7 (patch)
treec3cb14801e309c9b3f9910fc430c1b27c1c5e044
parent9531f984d0404b6dc3f0c8f6144f1a4ac8bf537a (diff)
downloadnixpkgs-da88c6eee5cb1c8583db1cdc9daef1df85cb5be7.tar
nixpkgs-da88c6eee5cb1c8583db1cdc9daef1df85cb5be7.tar.gz
nixpkgs-da88c6eee5cb1c8583db1cdc9daef1df85cb5be7.tar.bz2
nixpkgs-da88c6eee5cb1c8583db1cdc9daef1df85cb5be7.tar.lz
nixpkgs-da88c6eee5cb1c8583db1cdc9daef1df85cb5be7.tar.xz
nixpkgs-da88c6eee5cb1c8583db1cdc9daef1df85cb5be7.tar.zst
nixpkgs-da88c6eee5cb1c8583db1cdc9daef1df85cb5be7.zip
nixos/railcar: fix typo
-rw-r--r--nixos/modules/virtualisation/railcar.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/railcar.nix b/nixos/modules/virtualisation/railcar.nix
index 527bf8558a9..3f188fc68e5 100644
--- a/nixos/modules/virtualisation/railcar.nix
+++ b/nixos/modules/virtualisation/railcar.nix
@@ -46,7 +46,7 @@ let
         description = ''
           Mount options of the filesystem to be used.
 
-          Support optoions are listed in the mount(8) man page. Note that
+          Support options are listed in the mount(8) man page. Note that
           both filesystem-independent and filesystem-specific options
           are listed.
         '';