diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-02-28 11:34:18 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-02-28 11:34:18 -0500 |
commit | c36b584f8eb103afa152ef4304cf9fd5c3ebaaf0 (patch) | |
tree | 21ee40a711110d7ed657aed4c38c74973385ea3c /src/libstore/path-info.hh | |
parent | 87ca46263dbf88eb8ee606078738bde348689bc6 (diff) |
Fix typo in the method name
Diffstat (limited to 'src/libstore/path-info.hh')
-rw-r--r-- | src/libstore/path-info.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/path-info.hh b/src/libstore/path-info.hh index 35aced472..97eb6638b 100644 --- a/src/libstore/path-info.hh +++ b/src/libstore/path-info.hh @@ -78,7 +78,7 @@ struct ValidPathInfo void sign(const Store & store, const SecretKey & secretKey); - std::optional<ContentAddressWithReferences> contentAddressWithReferenences() const; + std::optional<ContentAddressWithReferences> contentAddressWithReferences() const; /* Return true iff the path is verifiably content-addressed. */ bool isContentAddressed(const Store & store) const; |