fix typo: s/Endianess/Endianness/
This commit is contained in:
committed by
Steffen Jaeckel
parent
722c128051
commit
8d7e3d8216
@@ -19,7 +19,7 @@ const char *crypt_build_settings =
|
||||
"LibTomCrypt " SCRYPT " (Tom St Denis, tomstdenis@gmail.com)\n"
|
||||
"LibTomCrypt is public domain software.\n"
|
||||
"Built on " __DATE__ " at " __TIME__ "\n\n\n"
|
||||
"Endianess: "
|
||||
"Endianness: "
|
||||
#if defined(ENDIAN_NEUTRAL)
|
||||
"neutral\n"
|
||||
#elif defined(ENDIAN_LITTLE)
|
||||
|
||||
Reference in New Issue
Block a user