curl: fix typo

"becuase" -> "because"
This commit is contained in:
fetsorn 2023-05-08 20:00:35 +04:00
parent bb34b50cea
commit 42bfc8668c

View file

@ -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