Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Dec 21, 2023
1 parent d77a39a commit 14508ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nix/profile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 14508ad

Please sign in to comment.