From: Jarkko Hietaniemi <Jarkko.Hietaniemi@cc.hut.fi>
Date: Mon, 7 Apr 1997 00:00:00 +0000 (+0000)
Subject: Fix typos in Math::Trig
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ae80833094c9f785b5bbead992abe3e19d8928b;p=p5sagit%2Fp5-mst-13.2.git

Fix typos in Math::Trig
---

diff --git a/lib/Math/Trig.pm b/lib/Math/Trig.pm
index 4098f34..f40576a 100644
--- a/lib/Math/Trig.pm
+++ b/lib/Math/Trig.pm
@@ -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.