Fix typos in Math::Trig
Jarkko Hietaniemi [Mon, 7 Apr 1997 00:00:00 +0000 (00:00 +0000)]
lib/Math/Trig.pm

index 4098f34..f40576a 100644 (file)
@@ -21,7 +21,7 @@ $VERSION = 1.00;
 
 my @angcnv = qw(rad_to_deg rad_to_grad
             deg_to_rad deg_to_grad
-            grad_to_rad grad_to_dec);
+            grad_to_rad grad_to_deg);
 
 @EXPORT = (@{$Math::Complex::EXPORT_TAGS{'trig'}},
           @angcnv);
@@ -78,7 +78,7 @@ Math::Trig - trigonometric functions
 =head1 DESCRIPTION
 
 C<Math::Trig> defines many trigonometric functions not defined by the
-core Perl (which defines only the C<sin()> and C<cos()>.  The constant
+core Perl which defines only the C<sin()> and C<cos()>.  The constant
 B<pi> is also defined as are a few convenience functions for angle
 conversions.