From b09b87321c058f691fcf64babe56620277b68e63 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 23 May 2013 14:55:36 -0400 Subject: nix-store --export: Export paths in topologically sorted order Fixes #118. --- src/libstore/store-api.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/store-api.hh') diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index 053bece7a3a3..a82fe3221639 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -328,7 +328,7 @@ Path addPermRoot(StoreAPI & store, const Path & storePath, /* Sort a set of paths topologically under the references relation. - If p refers to q, then p follows q in this list. */ + If p refers to q, then p preceeds q in this list. */ Paths topoSortPaths(StoreAPI & store, const PathSet & paths); -- cgit 1.4.1