Corrected endianess typo.
diff --git a/coders/json.c b/coders/json.c
index 4656099..213f9be 100644
--- a/coders/json.c
+++ b/coders/json.c
@@ -1033,7 +1033,7 @@
if (image->type != type)
JSONFormatLocaleFile(file," \"baseType\": %s,\n",
CommandOptionToMnemonic(MagickTypeOptions,(ssize_t) image->type));
- JSONFormatLocaleFile(file," \"endianess\": %s,\n",
+ JSONFormatLocaleFile(file," \"endianness\": %s,\n",
CommandOptionToMnemonic(MagickEndianOptions,(ssize_t) image->endian));
locate=GetImageArtifact(image,"identify:locate");
if (locate == (const char *) NULL)