Casey R. Tweten [Wed, 16 Aug 2000 12:39:08 +0000 (08:39 -0400)]
Message-ID: <Pine.OSF.4.21.
0008161238250.32058-100000@home.kiski.net>
p4raw-id: //depot/perl@6667
=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
}
-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