about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-05-20 05:16:57 -0600
committerGitHub <noreply@github.com>2023-05-20 05:16:57 -0600
commit486995ccc1c38df71c94bf96d82be59ea172dc6f (patch)
tree80fa6e1a6cb8aba4bc49d49a7202c24d75f18c63 /pkgs/applications/audio
parentc7065be73d651f4a3034b8f0cff515d15113b398 (diff)
parent98b9e41f619e7618a5134147d363cd7ad1f6d88d (diff)
Merge pull request #232923 from figsoda/typos
treewide: fix some typos
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/proteus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/proteus/default.nix b/pkgs/applications/audio/proteus/default.nix
index 1b2da324bdabb..b536af040d784 100644
--- a/pkgs/applications/audio/proteus/default.nix
+++ b/pkgs/applications/audio/proteus/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
   env.NIX_CFLAGS_COMPILE = toString [
     # Support JACK output in the standalone application:
     "-DJUCE_JACK"
-    # Accomodate -flto:
+    # Accommodate -flto:
     "-ffat-lto-objects"
   ];