summary refs log tree commit diff
path: root/nixos/modules/services/networking/iperf3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/iperf3.nix')
-rw-r--r--nixos/modules/services/networking/iperf3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/iperf3.nix b/nixos/modules/services/networking/iperf3.nix
index a70085bb1f5..0a204524e00 100644
--- a/nixos/modules/services/networking/iperf3.nix
+++ b/nixos/modules/services/networking/iperf3.nix
@@ -7,7 +7,7 @@ let
     port = mkOption {
       type        = types.ints.u16;
       default     = 5201;
-      description = lib.mdDoc "Server port to listen on for iperf3 client requsts.";
+      description = lib.mdDoc "Server port to listen on for iperf3 client requests.";
     };
     affinity = mkOption {
       type        = types.nullOr types.ints.unsigned;