mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Typo
This commit is contained in:
parent
d77a39a314
commit
14508ade28
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ struct ProfileManifest
|
|||
|
||||
if (pathExists(manifestPath)) {
|
||||
auto json = nlohmann::json::parse(readFile(manifestPath));
|
||||
/* Keep track of alreay found names to allow preventing duplicates */
|
||||
/* Keep track of already found names to allow preventing duplicates. */
|
||||
std::set<std::string> foundNames;
|
||||
|
||||
auto version = json.value("version", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue