mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
fix various typos in docs
This commit is contained in:
parent
e088ab3eaf
commit
a70140b55a
15 changed files with 22 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue