diff options
author | Casey R. Tweten <crt@kiski.net> | 2000-08-16 08:39:08 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-17 01:12:11 +0000 |
commit | d1f7ad93e0c409f8012442de50b4a05b72a38518 (patch) | |
tree | 7ca9a173e4313c58c0bb70712094413453a55379 /pod/perldebtut.pod | |
parent | 8d5b6de5e1eb7bf5df60c4299d3d7e78abf5d747 (diff) | |
download | perl-d1f7ad93e0c409f8012442de50b4a05b72a38518.tar.gz |
Re: perldebut.pod - spelling
Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
p4raw-id: //depot/perl@6667
Diffstat (limited to 'pod/perldebtut.pod')
-rw-r--r-- | pod/perldebtut.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldebtut.pod b/pod/perldebtut.pod index 7511d33558..ac6086482b 100644 --- a/pod/perldebtut.pod +++ b/pod/perldebtut.pod @@ -402,7 +402,7 @@ For more on references see L<perlref> and L<perlreftut> =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 |