spelling (RT#87692)
David Steinbrunner [Thu, 19 Sep 2013 04:11:58 +0000 (21:11 -0700)]
lib/Safe/Isa.pm

index ebadc37..7501499 100644 (file)
@@ -106,7 +106,7 @@ is equivalent to
 Note that we don't handle trying class names, because many things are valid
 class names that you might not want to treat as one (like say "Matt") - the
 C<is_module_name> function from L<Module::Runtime> is a good way to check for
-somthing you might be able to call methods on if you want to do that.
+something you might be able to call methods on if you want to do that.
 
 =head1 EXPORTS