Make the :bytes conditional on PerlIO.
[p5sagit/p5-mst-13.2.git] / regcomp.c
index 2bdf0c6..2cd31ea 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -4714,7 +4714,7 @@ Perl_regprop(pTHX_ SV *sv, regnode *o)
     else if (k == ANYOF) {
        int i, rangestart = -1;
        U8 flags = ANYOF_FLAGS(o);
-       const char * const anyofs[] = { /* Should be syncronized with
+       const char * const anyofs[] = { /* Should be synchronized with
                                         * ANYOF_ #xdefines in regcomp.h */
            "\\w",
            "\\W",