Fix typo

resolves #538
diff --git a/include/json/config.h b/include/json/config.h
index 71278c3..7f77d0c 100644
--- a/include/json/config.h
+++ b/include/json/config.h
@@ -6,7 +6,7 @@
 #ifndef JSON_CONFIG_H_INCLUDED
 #define JSON_CONFIG_H_INCLUDED
 #include <stddef.h>
-#include <string> //typdef String
+#include <string> //typedef String
 #include <stdint.h> //typedef int64_t, uint64_t
 
 /// If defined, indicates that json library is embedded in CppTL library.