diff --git a/nixos/doc/manual/man-nixos-rebuild.xml b/nixos/doc/manual/man-nixos-rebuild.xml
index 68d3233606f6..7b964280d6a6 100644
--- a/nixos/doc/manual/man-nixos-rebuild.xml
+++ b/nixos/doc/manual/man-nixos-rebuild.xml
@@ -329,7 +329,7 @@ $ ./result/bin/run-*-vm
Allow ad-hoc remote builders for building the new system.
This requires the user executing nixos-rebuild (usually
root) to be configured as a trusted user in the Nix daemon. This can be
- achived by using the nix.trustedUsers NixOS option.
+ achieved by using the nix.trustedUsers NixOS option.
Examples values for that option are described in the
Remote builds chapter in the Nix manual,
(i.e. --builders "ssh://bigbrother x86_64-linux").