From 42bfc8668c215ea41aea40789bffaafed1dd3221 Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 20:00:35 +0400 Subject: [PATCH] curl: fix typo "becuase" -> "because" --- pkgs/tools/networking/curl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/curl/default.nix b/pkgs/tools/networking/curl/default.nix index c0b488627ef..9bdf18c44fc 100644 --- a/pkgs/tools/networking/curl/default.nix +++ b/pkgs/tools/networking/curl/default.nix @@ -5,7 +5,7 @@ , gsaslSupport ? false, gsasl , gssSupport ? with stdenv.hostPlatform; ( !isWindows && - # disable gss becuase of: undefined reference to `k5_bcmp' + # disable gss because of: undefined reference to `k5_bcmp' # a very sad story re static: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439039 !isStatic && # the "mig" tool does not configure its compiler correctly. This could be