Skip to content

Commit 480ce19

Browse files
authored
Merge pull request #14233 from neuralsorcerer/fix-typo
Fix typos
2 parents 3f876bc + 998f93f commit 480ce19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/manual/source/protocols/json/derivation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ is a JSON object with the following fields:
2525

2626
- Version 2: Separate `method` and `hashAlgo` fields in output specs
2727

28-
- Verison 3: Drop store dir from store paths, just include base name.
28+
- Version 3: Drop store dir from store paths, just include base name.
2929

3030
Note that while this format is experimental, the maintenance of versions is best-effort, and not promised to identify every change.
3131

@@ -116,5 +116,5 @@ is a JSON object with the following fields:
116116
The environment passed to the `builder`.
117117
118118
* `structuredAttrs`:
119-
[Strucutured Attributes](@docroot@/store/derivation/index.md#structured-attrs), only defined if the derivation contains them.
119+
[Structured Attributes](@docroot@/store/derivation/index.md#structured-attrs), only defined if the derivation contains them.
120120
Structured attributes are JSON, and thus embedded as-is.

doc/manual/source/store/derivation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The system type on which the [`builder`](#attr-builder) executable is meant to b
106106

107107
A necessary condition for Nix to schedule a given derivation on some [Nix instance] is for the "system" of that derivation to match that instance's [`system` configuration option] or [`extra-platforms` configuration option].
108108

109-
By putting the `system` in each derivation, Nix allows *heterogenous* build plans, where not all steps can be run on the same machine or same sort of machine.
109+
By putting the `system` in each derivation, Nix allows *heterogeneous* build plans, where not all steps can be run on the same machine or same sort of machine.
110110
Nix can schedule builds such that it automatically builds on other platforms by [forwarding build requests](@docroot@/advanced-topics/distributed-builds.md) to other Nix instances.
111111

112112
[`system` configuration option]: @docroot@/command-ref/conf-file.md#conf-system

0 commit comments

Comments
 (0)