summary refs log tree commit diff
path: root/nixos/modules/services/networking/ddclient.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-09-30 19:25:20 +0200
committerRobert Helgesson <robert@rycee.net>2016-09-30 19:26:21 +0200
commitdb3579c332b3ea7b52e34f1a66829672c8075aa6 (patch)
tree1f1b4da40afea6052481d452179a3a309ccf8b9a /nixos/modules/services/networking/ddclient.nix
parent5bca9297ffb7806b3b350938ab652befb2cd1c24 (diff)
downloadnixpkgs-db3579c332b3ea7b52e34f1a66829672c8075aa6.tar
nixpkgs-db3579c332b3ea7b52e34f1a66829672c8075aa6.tar.gz
nixpkgs-db3579c332b3ea7b52e34f1a66829672c8075aa6.tar.bz2
nixpkgs-db3579c332b3ea7b52e34f1a66829672c8075aa6.tar.lz
nixpkgs-db3579c332b3ea7b52e34f1a66829672c8075aa6.tar.xz
nixpkgs-db3579c332b3ea7b52e34f1a66829672c8075aa6.tar.zst
nixpkgs-db3579c332b3ea7b52e34f1a66829672c8075aa6.zip
ddclient service: minor spelling fix
Diffstat (limited to 'nixos/modules/services/networking/ddclient.nix')
-rw-r--r--nixos/modules/services/networking/ddclient.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/ddclient.nix b/nixos/modules/services/networking/ddclient.nix
index 08655f56d79..e74d68cad90 100644
--- a/nixos/modules/services/networking/ddclient.nix
+++ b/nixos/modules/services/networking/ddclient.nix
@@ -99,7 +99,7 @@ in
         default = "web, web=checkip.dyndns.com/, web-skip='Current IP Address: '";
         type = str;
         description = ''
-          Method to determine the IP address to send to the dymanic DNS provider.
+          Method to determine the IP address to send to the dynamic DNS provider.
         '';
       };
     };