From: Jarkko Hietaniemi Date: Fri, 7 Jun 2002 14:39:05 +0000 (+0000) Subject: Typos spotted by Vadim. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ccaa66fd601abc56edb6e5699fb98e3e36cfac7;p=p5sagit%2Fp5-mst-13.2.git Typos spotted by Vadim. p4raw-id: //depot/perl@17062 --- diff --git a/pod/perlport.pod b/pod/perlport.pod index fbf81d0..9ce42f2 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. Also see: