summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-01-04 02:29:54 -0600
committerJesse Luehrs <doy@tozt.net>2013-01-04 02:29:54 -0600
commitd585664237a58810cd225381bad5959c7811b729 (patch)
treeac5e7efc4e1751824a784fce2c106603ad3d430b
parentf3561afd6afb1f8524cb4f3986f464e9e6420b67 (diff)
downloadpackage-stash-xs-d585664237a58810cd225381bad5959c7811b729.tar.gz
package-stash-xs-d585664237a58810cd225381bad5959c7811b729.zip
typo
-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;