summary refs log tree commit diff
path: root/nixos/modules/services/networking/wgautomesh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/wgautomesh.nix')
-rw-r--r--nixos/modules/services/networking/wgautomesh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/wgautomesh.nix b/nixos/modules/services/networking/wgautomesh.nix
index 93227a9b625..7549d82eae0 100644
--- a/nixos/modules/services/networking/wgautomesh.nix
+++ b/nixos/modules/services/networking/wgautomesh.nix
@@ -94,7 +94,7 @@ in
                 address = mkOption {
                   type = types.str;
                   description = mdDoc ''
-                    Wireguard address of this peer (a single IP address, multliple
+                    Wireguard address of this peer (a single IP address, multiple
                     addresses or address ranges are not supported).
                   '';
                   example = "10.0.0.42";