summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorAlan Haggai Alavi <alanhaggai@alanhaggai.org>2011-10-11 19:05:50 +0530
committerDavid Golden <dagolden@cpan.org>2011-10-11 11:12:49 -0400
commit12abbafd1a51949e02d7713f1c7d817eec69cf12 (patch)
treecda85e1ba58dd77a25217c340cd2e3de6ed0b071 /pod
parent37b6382570c7ba4192863a6097d596de13fdfe3e (diff)
downloadperl-12abbafd1a51949e02d7713f1c7d817eec69cf12.tar.gz
Corrected: 'filehanlde' => 'filehandle'
Signed-off-by: David Golden <dagolden@cpan.org>
Diffstat (limited to 'pod')
-rw-r--r--pod/perlvar.pod2
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.