about summary refs log tree commit diff
path: root/pkgs/pkgs-lib
diff options
context:
space:
mode:
authorPhilip Taron <philip.taron@gmail.com>2024-04-02 14:49:46 -0700
committerPhilip Taron <philip.taron@gmail.com>2024-04-02 14:49:46 -0700
commit25f91c20b65250fe34951c768d13941df862d130 (patch)
treebb19705608099a38b2c2db1aec16b0d838417fc6 /pkgs/pkgs-lib
parenta4bed8f2e08b46d8f8e5e00d339a2a20a9411434 (diff)
formats.hocon: fix typo: compatability to compatibility
Diffstat (limited to 'pkgs/pkgs-lib')
-rw-r--r--pkgs/pkgs-lib/formats/hocon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/pkgs-lib/formats/hocon/default.nix b/pkgs/pkgs-lib/formats/hocon/default.nix
index 318ee0143320a..0ae9c569ed2b1 100644
--- a/pkgs/pkgs-lib/formats/hocon/default.nix
+++ b/pkgs/pkgs-lib/formats/hocon/default.nix
@@ -107,7 +107,7 @@ in
     generate = name: value:
       let
         # TODO: remove in 24.11
-        # Backwards compatability for generators in the following locations:
+        # Backwards compatibility for generators in the following locations:
         #  - nixos/modules/services/networking/jibri/default.nix (__hocon_envvar)
         #  - nixos/modules/services/networking/jicofo.nix (__hocon_envvar, __hocon_unquoted_string)
         #  - nixos/modules/services/networking/jitsi-videobridge.nix (__hocon_envvar)