summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-07 14:39:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-07 14:39:05 +0000
commit5ccaa66fd601abc56edb6e5699fb98e3e36cfac7 (patch)
treef4da9bbc30db3ea11f8906cfce5dabf1dc7fa199 /pod
parent931cb2525bbe1501ea0b33b892b1c7f2c5cc30b4 (diff)
downloadperl-5ccaa66fd601abc56edb6e5699fb98e3e36cfac7.tar.gz
Typos spotted by Vadim.
p4raw-id: //depot/perl@17062
Diffstat (limited to 'pod')
-rw-r--r--pod/perlport.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod
index fbf81d05a8..9ce42f293c 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -832,7 +832,7 @@ Win32::GetOSVersion(). For example:
print +('3.1','95','NT')[$os_version_info[4]],"\n";
}
-There are also Win32::IsWinNT()and Win32::IsWin95().,
+There are also Win32::IsWinNT() and Win32::IsWin95(),
try C<perldoc Win32>.
Also see: