typo fix in docs
Graham Knop [Sun, 10 Nov 2013 21:06:38 +0000 (16:06 -0500)]
lib/Import/Into.pm

index 6e8c341..74b7358 100644 (file)
@@ -151,7 +151,7 @@ Old Comments (Not!)> in the eval, which will change what C<caller> reports for
 the filename when called in the importer. The filename and line number to use
 in the directive then need to be fetched using C<caller>:
 
-  my ($terget, $file, $line) = caller(1);
+  my ($target, $file, $line) = caller(1);
   my $sub = eval qq{
     package $target;
   #line $line "$file"