From d585664237a58810cd225381bad5959c7811b729 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 4 Jan 2013 02:29:54 -0600 Subject: typo --- XS.xs | 4 ++-- 1 file 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; -- cgit v1.2.3