about summary refs log tree commit diff
path: root/src/libstore/store.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/store.hh')
-rw-r--r--src/libstore/store.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/store.hh b/src/libstore/store.hh
index 2b83bd7fef04..0f35ff0c626c 100644
--- a/src/libstore/store.hh
+++ b/src/libstore/store.hh
@@ -123,8 +123,8 @@ void queryReferences(const Transaction & txn,
 
 /* Queries the set of incoming FS references for a store path.  The
    result is not cleared. */
-void queryReferers(const Transaction & txn,
-    const Path & storePath, PathSet & referers);
+void queryReferrers(const Transaction & txn,
+    const Path & storePath, PathSet & referrers);
 
 /* Sets the deriver of a store path.  Use with care! */
 void setDeriver(const Transaction & txn, const Path & storePath,