We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b7e3a commit d1fb523Copy full SHA for d1fb523
doop.c
@@ -467,7 +467,7 @@ S_do_trans_invmap(pTHX_ SV * const sv, AV * const invmap)
467
else {
468
/* Here, we can't edit in place. We have no idea how much, if any,
469
* this particular input string will grow. However, the compilation
470
- * calculated the maximum expansion possible. Use that to allocale
+ * calculated the maximum expansion possible. Use that to allocate
471
* based on the worst case scenario. */
472
Newx(d, (STRLEN) (len * max_expansion + 1 + 1), U8);
473
d0 = d;
0 commit comments