mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
Fix typos
This commit is contained in:
parent
f102d793f1
commit
8737980e75
2 changed files with 2 additions and 2 deletions
|
@ -569,7 +569,7 @@ public:
|
|||
unsigned long long & downloadSize, unsigned long long & narSize);
|
||||
|
||||
/* Sort a set of paths topologically under the references
|
||||
relation. If p refers to q, then p preceeds q in this list. */
|
||||
relation. If p refers to q, then p precedes q in this list. */
|
||||
Paths topoSortPaths(const PathSet & paths);
|
||||
|
||||
/* Export multiple paths in the format expected by ‘nix-store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue