summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2018-08-30 10:17:05 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2018-08-30 10:19:20 +0200
commitee56a2cc196833915d0a666a48c36397f27146bf (patch)
tree041a38ca183a9daaf0d87b02ce6e3ea6de097bfb /nixos
parent663951eaa30412ea15a3ff56364b64fe434746c3 (diff)
downloadnixpkgs-ee56a2cc196833915d0a666a48c36397f27146bf.tar
nixpkgs-ee56a2cc196833915d0a666a48c36397f27146bf.tar.gz
nixpkgs-ee56a2cc196833915d0a666a48c36397f27146bf.tar.bz2
nixpkgs-ee56a2cc196833915d0a666a48c36397f27146bf.tar.lz
nixpkgs-ee56a2cc196833915d0a666a48c36397f27146bf.tar.xz
nixpkgs-ee56a2cc196833915d0a666a48c36397f27146bf.tar.zst
nixpkgs-ee56a2cc196833915d0a666a48c36397f27146bf.zip
treewide: fix typo: asumed -> assumed
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/shells-environment.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/config/shells-environment.nix b/nixos/modules/config/shells-environment.nix
index 9dc4749b08d..b2bfc785f2a 100644
--- a/nixos/modules/config/shells-environment.nix
+++ b/nixos/modules/config/shells-environment.nix
@@ -80,7 +80,7 @@ in
       default = "";
       description = ''
         Shell script code called during shell initialisation.
-        This code is asumed to be shell-independent, which means you should
+        This code is assumed to be shell-independent, which means you should
         stick to pure sh without sh word split.
       '';
       type = types.lines;
@@ -90,7 +90,7 @@ in
       default = "";
       description = ''
         Shell script code called during login shell initialisation.
-        This code is asumed to be shell-independent, which means you should
+        This code is assumed to be shell-independent, which means you should
         stick to pure sh without sh word split.
       '';
       type = types.lines;
@@ -100,7 +100,7 @@ in
       default = "";
       description = ''
         Shell script code called during interactive shell initialisation.
-        This code is asumed to be shell-independent, which means you should
+        This code is assumed to be shell-independent, which means you should
         stick to pure sh without sh word split.
       '';
       type = types.lines;