summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XS.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XS.xs b/XS.xs
index 52a2719..59e2254 100644
--- a/XS.xs
+++ b/XS.xs
@@ -416,7 +416,7 @@ static SV *_undef_for_type(vartype_t type)
return (SV*)newIO();
break;
default:
- croak("Unknown type in vivication");
+ croak("Unknown type in vivification");
}
}
@@ -494,7 +494,7 @@ static int _slot_exists(GV *glob, vartype_t type)
return GvIOOK(glob) ? 1 : 0;
break;
default:
- croak("Unknown type in vivication");
+ croak("Unknown type in vivification");
}
return 0;