Re: perldebut.pod - spelling
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

pod/perldebtut.pod

index 7511d33..ac60864 100644 (file)
@@ -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