about summary refs log tree commit diff
path: root/nixpkgs/nixos/doc/manual/configuration/profiles/hardened.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/doc/manual/configuration/profiles/hardened.section.md')
-rw-r--r--nixpkgs/nixos/doc/manual/configuration/profiles/hardened.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/doc/manual/configuration/profiles/hardened.section.md b/nixpkgs/nixos/doc/manual/configuration/profiles/hardened.section.md
index 9fb5e18c384a..2e9bb196c054 100644
--- a/nixpkgs/nixos/doc/manual/configuration/profiles/hardened.section.md
+++ b/nixpkgs/nixos/doc/manual/configuration/profiles/hardened.section.md
@@ -7,7 +7,7 @@ This includes a hardened kernel, and limiting the system information
 available to processes through the `/sys` and
 `/proc` filesystems. It also disables the User Namespaces
 feature of the kernel, which stops Nix from being able to build anything
-(this particular setting can be overriden via
+(this particular setting can be overridden via
 [](#opt-security.allowUserNamespaces)). See the
 [profile source](https://github.com/nixos/nixpkgs/tree/master/nixos/modules/profiles/hardened.nix)
 for further detail on which settings are altered.