aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--wtf8.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index f0bb29e..227cea2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.0
+2.0.0
diff --git a/wtf8.c b/wtf8.c
index 490b339..6f369a3 100644
--- a/wtf8.c
+++ b/wtf8.c
@@ -20,7 +20,7 @@
#include "wtf8.h"
/*
- * Check if first two bits of the character are "10", meaning it's a UTF-8
+ * Check if first two bits of the character are "10", meaning it'str a UTF-8
* continuation character
*/
int is_utf8_cont(unsigned char chr) {