From f14fbf0278b6cee8b1a4e8b85335da42672c600f Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 21:59:05 +0400 Subject: [PATCH] siesta: fix typos "manualy" -> "manually" "becuase" -> "because" --- pkgs/applications/science/chemistry/siesta/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/chemistry/siesta/default.nix b/pkgs/applications/science/chemistry/siesta/default.nix index f49b9d1f45f9..c0e0e874cbd6 100644 --- a/pkgs/applications/science/chemistry/siesta/default.nix +++ b/pkgs/applications/science/chemistry/siesta/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { enableParallelBuilding = false; # Started making trouble with gcc-11 - # Must do manualy becuase siesta does not do the regular + # Must do manually because siesta does not do the regular # ./configure; make; make install configurePhase = '' cd Obj