fix typo: s/Endianess/Endianness/

This commit is contained in:
Michael Stapelberg
2014-01-02 06:33:16 +01:00
committed by Steffen Jaeckel
parent 722c128051
commit 8d7e3d8216
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)