Typo fix to sysdefs.h.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 26 Nov 2009 08:11:23 +0000 (10:11 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 26 Nov 2009 08:11:23 +0000 (10:11 +0200)
Thanks to Jonathan Nieder.

src/common/sysdefs.h

index f89239a..97a1c04 100644 (file)
@@ -50,7 +50,7 @@
 // we can work without inttypes.h thanks to Autoconf tests.
 #ifndef UINT32_C
 #      if UINT_MAX != 4294967295U
-#              error UINT32_C is not defined and unsiged int is not 32-bit.
+#              error UINT32_C is not defined and unsigned int is not 32-bit.
 #      endif
 #      define UINT32_C(n) n ## U
 #endif