diff options
author | Alan Haggai Alavi <alanhaggai@alanhaggai.org> | 2011-10-11 19:05:50 +0530 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-10-11 11:12:49 -0400 |
commit | 12abbafd1a51949e02d7713f1c7d817eec69cf12 (patch) | |
tree | cda85e1ba58dd77a25217c340cd2e3de6ed0b071 /pod | |
parent | 37b6382570c7ba4192863a6097d596de13fdfe3e (diff) | |
download | perl-12abbafd1a51949e02d7713f1c7d817eec69cf12.tar.gz |
Corrected: 'filehanlde' => 'filehandle'
Signed-off-by: David Golden <dagolden@cpan.org>
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index d17ce4389c..9bd1820119 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1455,7 +1455,7 @@ X<$^> X<$FORMAT_TOP_NAME> The name of the current top-of-page format for the currently selected output channel. The default is the name of the filehandle with C<_TOP> appended. For example, the default format top name for the C<STDOUT> -filehanlde is C<STDOUT_TOP>. +filehandle is C<STDOUT_TOP>. Mnemonic: points to top of page. |