summary refs log tree commit diff
path: root/pkgs/development/compilers/fsharp
diff options
context:
space:
mode:
authorGeoffrey Huntley <ghuntley@ghuntley.com>2018-01-08 16:45:10 +1100
committerGitHub <noreply@github.com>2018-01-08 16:45:10 +1100
commit0056411afc5424759a593aa41c3190b816603f36 (patch)
treef15930cec3dca29ba4cc10da5ad656d008fe86ce /pkgs/development/compilers/fsharp
parent67d93902e48ff1406e73dd2f785108546e394d5f (diff)
downloadnixpkgs-0056411afc5424759a593aa41c3190b816603f36.tar
nixpkgs-0056411afc5424759a593aa41c3190b816603f36.tar.gz
nixpkgs-0056411afc5424759a593aa41c3190b816603f36.tar.bz2
nixpkgs-0056411afc5424759a593aa41c3190b816603f36.tar.lz
nixpkgs-0056411afc5424759a593aa41c3190b816603f36.tar.xz
nixpkgs-0056411afc5424759a593aa41c3190b816603f36.tar.zst
nixpkgs-0056411afc5424759a593aa41c3190b816603f36.zip
corrected spelling mistake
Diffstat (limited to 'pkgs/development/compilers/fsharp')
-rw-r--r--pkgs/development/compilers/fsharp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/fsharp/default.nix b/pkgs/development/compilers/fsharp/default.nix
index af33039d341..5c1f931da9a 100644
--- a/pkgs/development/compilers/fsharp/default.nix
+++ b/pkgs/development/compilers/fsharp/default.nix
@@ -1,4 +1,4 @@
-# Temporaririly avoid dependency on dotnetbuildhelpers to avoid rebuilding many times while working on it
+# Temporarily avoid dependency on dotnetbuildhelpers to avoid rebuilding many times while working on it
 
 { stdenv, fetchurl, mono, pkgconfig, dotnetbuildhelpers, autoconf, automake, which }: