From 4ec02700e3e8a4b1cf80d73a15e1fb9b4e670684 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra <eelco.dolstra@logicblox.com> Date: Wed, 28 Oct 2009 12:07:35 +0000 Subject: [PATCH] * Typo. svn path=/nixpkgs/trunk/; revision=17986 --- doc/stdenv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv.xml b/doc/stdenv.xml index cb2bab690a53..7e04cf20fe75 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -879,7 +879,7 @@ distribution of the package. The default <function>distPhase</function> first calls <command>make dist</command>, then it copies the resulting source tarballs to <filename>$out/tarballs/</filename>. This phase is only executed if -the <varname>doDist</varname> is not set.</para> +the attribute <varname>doDist</varname> is not set.</para> <variablelist> <title>Variables controlling the distribution phase</title>