This commit is contained in:
Eelco Dolstra 2023-12-21 16:25:55 +01:00
parent d77a39a314
commit 14508ade28

View file

@ -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);