From 5da164498180be51e398e0284fd5de44158385a1 Mon Sep 17 00:00:00 2001 From: RoboSchmied Date: Fri, 29 Mar 2024 04:05:06 +0100 Subject: [PATCH] Fix: 2 typos Signed-off-by: RoboSchmied --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0f96dbae..8c40fa9e 100644 --- a/configure.ac +++ b/configure.ac @@ -57,8 +57,8 @@ AC_TYPE_SSIZE_T AC_C_BIGENDIAN( [], [AC_DEFINE(HAVE_LITTLE_ENDIAN, 1, [Define to 1 if machine is little endian])], - [AC_MSG_ERROR([endianess of this machine is unknown])], - [AC_MSG_ERROR([universial endianess not supported])] + [AC_MSG_ERROR([endianness of this machine is unknown])], + [AC_MSG_ERROR([universial endianness not supported])] ) # Checks for header files