From 34bb806f747d5edc16119e38e2ac44e6b236ac12 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Sat, 10 Aug 2013 21:36:16 +0000 Subject: Fix typos, especially those that end up in the Nix manual --- src/libstore/local-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/local-store.cc') diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index 34b4a5158d94..7f375097a825 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -991,7 +991,7 @@ void LocalStore::setSubstituterEnv() { if (didSetSubstituterEnv) return; - /* Pass configuration options (including those overriden with + /* Pass configuration options (including those overridden with --option) to substituters. */ setenv("_NIX_OPTIONS", settings.pack().c_str(), 1); -- cgit 1.4.1