summary refs log tree commit diff
path: root/nixos/modules/services/audio/icecast.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/audio/icecast.nix')
-rw-r--r--nixos/modules/services/audio/icecast.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/audio/icecast.nix b/nixos/modules/services/audio/icecast.nix
index f71a13b9626..63049bd93ab 100644
--- a/nixos/modules/services/audio/icecast.nix
+++ b/nixos/modules/services/audio/icecast.nix
@@ -48,7 +48,7 @@ in {
 
       hostname = mkOption {
         type = types.nullOr types.str;
-        description = lib.mdDoc "DNS name or IP address that will be used for the stream directory lookups or possibily the playlist generation if a Host header is not provided.";
+        description = lib.mdDoc "DNS name or IP address that will be used for the stream directory lookups or possibly the playlist generation if a Host header is not provided.";
         default = config.networking.domain;
         defaultText = literalExpression "config.networking.domain";
       };