cmake: fix typo in ECH config error msg

Just a small typo I noticed while working on wiring up rustls-ffi vTLS
ECH support.

Closes #16786
This commit is contained in:
Daniel McCarney 2025-03-21 09:54:10 -04:00 committed by Viktor Szakats
parent 18b0a584cb
commit 58881058ad
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -1081,7 +1081,7 @@ if(USE_ECH)
message(STATUS "HTTPSRR enabled")
endif()
else()
message(FATAL_ERROR "ECH requires ECH-enablded OpenSSL, BoringSSL, AWS-LC or wolfSSL")
message(FATAL_ERROR "ECH requires ECH-enabled OpenSSL, BoringSSL, AWS-LC or wolfSSL")
endif()
endif()