1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-12 19:05:08 +02:00

fix various typos in docs

(cherry picked from commit a70140b55a)
This commit is contained in:
Jörg Thalheim 2025-05-14 21:13:08 +02:00 committed by John Ericson
parent 47ba78d251
commit 8f5172d026
13 changed files with 20 additions and 20 deletions

View file

@ -67,7 +67,7 @@ subdir('source/release-notes')
subdir('source')
# Hacky way to figure out if `nix` is an `ExternalProgram` or
# `Exectuable`. Only the latter can occur in custom target input lists.
# `Executable`. Only the latter can occur in custom target input lists.
if nix.full_path().startswith(meson.build_root())
nix_input = nix
else