Skip to content

Commit 5a5a2e5

Browse files
authored
fix: correct typo in comment (#24420)
1 parent 95c43fc commit 5a5a2e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/opencode.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
6464
[
6565
ripgrep
6666
]
67-
# bun runs sysctl to detect if dunning on rosetta2
67+
# bun runs sysctl to detect if running on rosetta2
6868
++ lib.optional stdenvNoCC.hostPlatform.isDarwin sysctl
6969
)
7070
}

0 commit comments

Comments
 (0)