summaryrefslogtreecommitdiffstats
path: root/pkgs/data/documentation/rnrs/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/documentation/rnrs/common.nix')
-rw-r--r--pkgs/data/documentation/rnrs/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/documentation/rnrs/common.nix b/pkgs/data/documentation/rnrs/common.nix
index 3443846c83cc..7ba5fe074500 100644
--- a/pkgs/data/documentation/rnrs/common.nix
+++ b/pkgs/data/documentation/rnrs/common.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
buildInputs = [ texinfo ];
- # Tell the builder about the name of the report.
+ # Tell the builder about the name of the report.
reportName = name;
builder = ./builder.sh;