From 46222bbc43fa4d7b44a466bf7be435ea1a4d6fc0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 14 Aug 2013 22:32:49 +0200 Subject: [PATCH] Typo --- src/libexpr/eval.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 627eabf95..5e98f5404 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -175,7 +175,7 @@ public: /* String coercion. Converts strings, paths and derivations to a string. If `coerceMore' is set, also converts nulls, integers, booleans and lists to a string. If `copyToStore' is set, - referenced paths are copied to the Nix store as a side effect.q */ + referenced paths are copied to the Nix store as a side effect. */ string coerceToString(Value & v, PathSet & context, bool coerceMore = false, bool copyToStore = true);