(optdeps) One last pass through tests, streamline skip messages
[dbsrgits/DBIx-Class.git] / t / resultset / rowparser_internals.t
index 2511684..235e5d4 100644 (file)
@@ -890,7 +890,7 @@ done_testing;
 my $deparser;
 sub is_same_src { SKIP: {
 
-  skip "Skipping comparison of unicode-posioned source", 1
+  skip "Skipping comparison of unicode-poisoned source", 1
     if DBIx::Class::_ENV_::STRESSTEST_UTF8_UPGRADE_GENERATED_COLLAPSER_SOURCE;
 
   $deparser ||= B::Deparse->new;