about summary refs log tree commit diff
path: root/pkgs/applications/science/math/gap
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-05-28 15:57:31 +0200
committerTimo Kaufmann <timokau@zoho.com>2020-05-28 15:57:50 +0200
commit9e245a0878478dc45232100cc4c81fd0de747030 (patch)
tree48982884ca6e50c3e83d4027c1462dd1f81dafe7 /pkgs/applications/science/math/gap
parente2e45e163c3d00ad977a2491da813e72b70f7b20 (diff)
downloadnixlib-9e245a0878478dc45232100cc4c81fd0de747030.tar
nixlib-9e245a0878478dc45232100cc4c81fd0de747030.tar.gz
nixlib-9e245a0878478dc45232100cc4c81fd0de747030.tar.bz2
nixlib-9e245a0878478dc45232100cc4c81fd0de747030.tar.lz
nixlib-9e245a0878478dc45232100cc4c81fd0de747030.tar.xz
nixlib-9e245a0878478dc45232100cc4c81fd0de747030.tar.zst
nixlib-9e245a0878478dc45232100cc4c81fd0de747030.zip
gap: fix comment typo
Diffstat (limited to 'pkgs/applications/science/math/gap')
-rw-r--r--pkgs/applications/science/math/gap/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/gap/default.nix b/pkgs/applications/science/math/gap/default.nix
index 280288754f2b..0b69c00710c3 100644
--- a/pkgs/applications/science/math/gap/default.nix
+++ b/pkgs/applications/science/math/gap/default.nix
@@ -175,9 +175,9 @@ stdenv.mkDerivation rec {
     ];
     platforms = platforms.all;
     broken = stdenv.isDarwin;
-    # keeping all packages increases the package size considerably, wchich
-    # is why a local build is preferable in that situation. The timeframe
-    # is reasonable and that way the binary cache doesn't get overloaded.
+    # keeping all packages increases the package size considerably, which is
+    # why a local build is preferable in that situation. The timeframe is
+    # reasonable and that way the binary cache doesn't get overloaded.
     hydraPlatforms = lib.optionals (!keepAllPackages) meta.platforms;
     license = licenses.gpl2;
     homepage = "http://gap-system.org/";