Merge pull request #301066 from philiptaron/compatible-typos

treewide: fix typos around "compatible" and "compatibility"

authored by Silvan Mosberger and committed by GitHub b9261ad2 8845a6f1

+9 -9
+1 -1
lib/fileset/default.nix
··· 1 1 /* 2 - <!-- This anchor is here for backwards compatibity --> 2 + <!-- This anchor is here for backwards compatibility --> 3 3 []{#sec-fileset} 4 4 5 5 The [`lib.fileset`](#sec-functions-library-fileset) library allows you to work with _file sets_.
+1 -1
pkgs/applications/networking/instant-messengers/zoom-us/default.nix
··· 179 179 --prefix PATH : ${lib.makeBinPath [ coreutils glib.dev pciutils procps util-linux ]} \ 180 180 --prefix LD_LIBRARY_PATH ":" ${libs} 181 181 182 - # Backwards compatiblity: we used to call it zoom-us 182 + # Backwards compatibility: we used to call it zoom-us 183 183 ln -s $out/bin/{zoom,zoom-us} 184 184 ''; 185 185
+1 -1
pkgs/by-name/ez/eza/package.nix
··· 10 10 , darwin 11 11 , libiconv 12 12 , installShellFiles 13 - # once eza upstream gets support for setting up a compatibilty symlink for exa, we should change 13 + # once eza upstream gets support for setting up a compatibility symlink for exa, we should change 14 14 # the handling here from postInstall to passing the required argument to the builder. 15 15 , exaAlias ? true 16 16 }:
+1 -1
pkgs/os-specific/darwin/apple-source-releases/libdispatch/default.nix
··· 13 13 cp -r dispatch/*.h $out/include/dispatch 14 14 cp -r os/object*.h $out/include/os 15 15 16 - # gcc compatability. Source: https://stackoverflow.com/a/28014302/3714556 16 + # gcc compatibility. Source: https://stackoverflow.com/a/28014302/3714556 17 17 substituteInPlace $out/include/dispatch/object.h \ 18 18 --replace 'typedef void (^dispatch_block_t)(void);' \ 19 19 '#ifdef __clang__
+1 -1
pkgs/pkgs-lib/formats/hocon/default.nix
··· 107 107 generate = name: value: 108 108 let 109 109 # TODO: remove in 24.11 110 - # Backwards compatability for generators in the following locations: 110 + # Backwards compatibility for generators in the following locations: 111 111 # - nixos/modules/services/networking/jibri/default.nix (__hocon_envvar) 112 112 # - nixos/modules/services/networking/jicofo.nix (__hocon_envvar, __hocon_unquoted_string) 113 113 # - nixos/modules/services/networking/jitsi-videobridge.nix (__hocon_envvar)
+1 -1
pkgs/servers/sql/postgresql/ext/citus.nix
··· 38 38 ''; 39 39 40 40 meta = with lib; { 41 - # "Our soft policy for Postgres version compatibilty is to support Citus' 41 + # "Our soft policy for Postgres version compatibility is to support Citus' 42 42 # latest release with Postgres' 3 latest releases." 43 43 # https://www.citusdata.com/updates/v12-0/#deprecated_features 44 44 broken = versionOlder postgresql.version "14";
+1 -1
pkgs/servers/sql/postgresql/ext/pg_bigm.nix
··· 12 12 }; 13 13 14 14 patches = [ 15 - # Fix compatiblity with PostgreSQL 16. Remove with the next release. 15 + # Fix compatibility with PostgreSQL 16. Remove with the next release. 16 16 (fetchpatch { 17 17 url = "https://github.com/pgbigm/pg_bigm/commit/2a9d783c52a1d7a2eb414da6f091f6035da76edf.patch"; 18 18 hash = "sha256-LuMpSUPnT8cPChQfA9sJEKP4aGpsbN5crfTKLnDzMN8=";
+1 -1
pkgs/tools/bootloaders/refind/default.nix
··· 128 128 computers, such as all Intel-based Macs and recent (most 2011 129 129 and later) PCs. rEFInd presents a boot menu showing all the EFI 130 130 boot loaders on the EFI-accessible partitions, and optionally 131 - BIOS-bootable partitions on Macs. EFI-compatbile OSes, including 131 + BIOS-bootable partitions on Macs. EFI-compatible OSes, including 132 132 Linux, provide boot loaders that rEFInd can detect and 133 133 launch. rEFInd can launch Linux EFI boot loaders such as ELILO, 134 134 GRUB Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub
+1 -1
pkgs/top-level/config.nix
··· 76 76 Whether to expose old attribute names for compatibility. 77 77 78 78 The recommended setting is to enable this, as it 79 - improves backward compatibity, easing updates. 79 + improves backward compatibility, easing updates. 80 80 81 81 The only reason to disable aliases is for continuous 82 82 integration purposes. For instance, Nixpkgs should