diff -r d30d1416180e src/regexp_nfa.c
--- a/src/regexp_nfa.c	Sat Jul 13 20:58:11 2013 +0200
+++ b/src/regexp_nfa.c	Sat Jul 13 23:13:55 2013 +0200
@@ -1516,7 +1516,6 @@
 		    EMIT('-');
 		    EMIT(NFA_CONCAT);
 		}
-		mb_ptr_adv(regparse);
 
 		/* skip the trailing ] */
 		regparse = endp;
@@ -4582,7 +4581,7 @@
 
 	/* Go back the specified number of bytes, or as far as the
 	 * start of the previous line, to try matching "\@<=" or
-	 * not matching "\@<!". This is very ineffecient, limit the number of
+	 * not matching "\@<!". This is very inefficient, limit the number of
 	 * bytes if possible. */
 	if (state->val <= 0)
 	{
