diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-12-13T21·04+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-12-13T21·04+0000 |
commit | ab5c6bb3a3deef29c6fe0a86017d35bc4f3de506 (patch) | |
tree | b20966a04ab787ba4787c4f98800fcadbf1b1781 /src/libstore/misc.cc | |
parent | d87549c1c7bb6f85ff0a019b33b315ace0013e6b (diff) |
* Change `referer' to `referrer' throughout. In particular, the
nix-store query options `--referer' and `--referer-closure' have been changed to `--referrer' and `--referrer-closure' (but the old ones are still accepted for compatibility).
Diffstat (limited to 'src/libstore/misc.cc')
-rw-r--r-- | src/libstore/misc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/misc.cc b/src/libstore/misc.cc index f3cc98bf4e2a..33efe8bebc98 100644 --- a/src/libstore/misc.cc +++ b/src/libstore/misc.cc @@ -19,7 +19,7 @@ void computeFSClosure(const Path & storePath, PathSet references; if (flipDirection) - queryReferers(noTxn, storePath, references); + queryReferrers(noTxn, storePath, references); else queryReferences(noTxn, storePath, references); |