path antiquotations: canonizePath -> canonicalizePath

This commit is contained in:
Taeer Bar-Yam
2021-08-31 08:02:04 -04:00
parent a6bfda7d95
commit 9da8f5e25d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ public:
referenced paths are copied to the Nix store as a side effect. */
string coerceToString(const Pos & pos, Value & v, PathSet & context,
bool coerceMore = false, bool copyToStore = true,
bool canonizePath = true);
bool canonicalizePath = true);
string copyPathToStore(PathSet & context, const Path & path);