No public description

PiperOrigin-RevId: 638422913
diff --git a/src/hunspell/hunspell.cxx b/src/hunspell/hunspell.cxx
index 4e7dcd5..54665ce 100644
--- a/src/hunspell/hunspell.cxx
+++ b/src/hunspell/hunspell.cxx
@@ -410,7 +410,7 @@
             	        wl2 = u8_u16(tmpword, MAXWORDLEN, cw);
             	        *apostrophe = '\'';
 		        if (wl2 < nc) {
-		            mkinitcap2(apostrophe + 1, unicw + wl2 + 1, nc - wl2 - 1);
+		            mkinitcap2(apostrophe + 1, unicw + (wl2 + 1), nc - wl2 - 1);
 			    rv = checkword(cw, info, root);
 			    if (rv) break;
 		        }