Fix spelling (#17853)

This commit is contained in:
Norbert 2023-02-02 08:57:01 +01:00 committed by GitHub
parent 949f3fdc32
commit 813233906b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1074,7 +1074,7 @@
#ifdef USE_SCRIPT
#define USE_UNISHOX_COMPRESSION // Add support for string compression
#if defined(USE_SML_M) && !defined(NO_USE_SML_DECRYPT)
#ifndef USE_TLS // Add support for TLS as requires by SML decryption
#ifndef USE_TLS // Add support for TLS as required by SML decryption
#define USE_TLS
#endif
#endif