From: Casey R. Tweten Date: Wed, 16 Aug 2000 12:39:08 +0000 (-0400) Subject: Re: perldebut.pod - spelling X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1f7ad93e0c409f8012442de50b4a05b72a38518;p=p5sagit%2Fp5-mst-13.2.git Re: perldebut.pod - spelling Message-ID: p4raw-id: //depot/perl@6667 --- diff --git a/pod/perldebtut.pod b/pod/perldebtut.pod index 7511d33..ac60864 100644 --- a/pod/perldebtut.pod +++ b/pod/perldebtut.pod @@ -402,7 +402,7 @@ For more on references see L and L =head1 Stepping through code -Here's a simple program which converts between celsius and farenheit, it too +Here's a simple program which converts between Celsius and Fahrenheit, it too has a problem: #!/usr/bin/perl -w @@ -441,7 +441,7 @@ has a problem: } -For some reason, the farenheit to celsius conversion fails to return the +For some reason, the Fahrenheit to Celsius conversion fails to return the expected output. This is what it does: > temp -c0.72