about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/zoom-us
diff options
context:
space:
mode:
authorPhilip Taron <philip.taron@gmail.com>2024-04-02 14:51:58 -0700
committerPhilip Taron <philip.taron@gmail.com>2024-04-02 14:51:58 -0700
commitc9c67a961be2595f6dfd288cc466494179b6a80e (patch)
tree531deef8fa853ff8fb7c0a65a091fd97618b8579 /pkgs/applications/networking/instant-messengers/zoom-us
parent562b2c589671f4b4ddfea5789471bf4ba6f43380 (diff)
zoom: fix typo: compatiblity to compatibility
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/zoom-us')
-rw-r--r--pkgs/applications/networking/instant-messengers/zoom-us/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
index 5c96be3bb82e1..cdf8f4f886d60 100644
--- a/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
+++ b/pkgs/applications/networking/instant-messengers/zoom-us/default.nix
@@ -179,7 +179,7 @@ stdenv.mkDerivation rec {
       --prefix PATH : ${lib.makeBinPath [ coreutils glib.dev pciutils procps util-linux ]} \
       --prefix LD_LIBRARY_PATH ":" ${libs}
 
-    # Backwards compatiblity: we used to call it zoom-us
+    # Backwards compatibility: we used to call it zoom-us
     ln -s $out/bin/{zoom,zoom-us}
   '';