md4c.h: Fix typo in an #error message.
diff --git a/md4c/md4c.h b/md4c/md4c.h
index 1d67073..448a275 100644
--- a/md4c/md4c.h
+++ b/md4c/md4c.h
@@ -42,7 +42,7 @@
#include <wchar.h>
typedef WCHAR MD_CHAR;
#else
- #error MD4C_USE_UTF16 is only upported on Windows.
+ #error MD4C_USE_UTF16 is only supported on Windows.
#endif
#else
typedef char MD_CHAR;