Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlconfig.c

    re3068de r901b931  
    638638
    639639  if (SvTRUE(ERRSV)) {
    640     owl_function_error("Error in calback: '%s'", SvPV_nolen(ERRSV));
     640    owl_function_error("Error in callback: '%s'", SvPV_nolen(ERRSV));
    641641    sv_setsv (ERRSV, &PL_sv_undef);
    642642  }
Note: See TracChangeset for help on using the changeset viewer.