mirror of
https://github.com/NixOS/nix
synced 2025-07-04 23:51:47 +02:00
Fix typo in the method name
This commit is contained in:
parent
87ca46263d
commit
c36b584f8e
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue