Преглед изворни кода

fix: correct typo in comment (#24420)

Ariane Emory пре 3 месеци
родитељ
комит
5a5a2e5fa0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      nix/opencode.nix

+ 1 - 1
nix/opencode.nix

@@ -64,7 +64,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
           [
             ripgrep
           ]
-          # bun runs sysctl to detect if dunning on rosetta2
+          # bun runs sysctl to detect if running on rosetta2
           ++ lib.optional stdenvNoCC.hostPlatform.isDarwin sysctl
         )
       }