diff options
author | Taeer Bar-Yam <taeer@bar-yam.me> | 2021-08-31 08:02:04 -0400 |
---|---|---|
committer | Taeer Bar-Yam <taeer@bar-yam.me> | 2021-08-31 08:02:04 -0400 |
commit | 9da8f5e25d835e3bd1cc4280f2b69cfa4ab8d774 (patch) | |
tree | 30129dc55375e4b699143ddc627ff926f72e71ba /src/libexpr/eval.hh | |
parent | a6bfda7d956f88f5e38c0848b9dfd8ea0108f26b (diff) |
path antiquotations: canonizePath -> canonicalizePath
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index ad6fb7ff4..af000072a 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -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); |