From: David Steinbrunner <dsteinbrunner@pobox.com>
Date: Thu, 19 Sep 2013 04:11:58 +0000 (-0700)
Subject: spelling (RT#87692)
X-Git-Tag: v1.000004~4
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f94f3bbba588d9471418d639d69014f094c1b121;p=p5sagit%2FSafe-Isa.git

spelling (RT#87692)
---

diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm
index ebadc37..7501499 100644
--- a/lib/Safe/Isa.pm
+++ b/lib/Safe/Isa.pm
@@ -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