diff --git a/doc/manual/expressions/derivations.xml b/doc/manual/expressions/derivations.xml
index 5efe2213e370cfb5c8ec4cba4eff50ecdea2f312..6f6297565ca24b767f944aa29a1ea2d0d2adfe9d 100644
--- a/doc/manual/expressions/derivations.xml
+++ b/doc/manual/expressions/derivations.xml
@@ -100,7 +100,7 @@ outputs = [ "lib" "headers" "doc" ];
 <programlisting>
 buildInputs = [ pkg.lib pkg.headers ];
 </programlisting>
-  The first element of <varname>output</varname> determines the
+  The first element of <varname>outputs</varname> determines the
   <emphasis>default output</emphasis>.  Thus, you could also write
 <programlisting>
 buildInputs = [ pkg pkg.headers ];