diff options
Diffstat (limited to 'pod/Win32.pod')
-rw-r--r-- | pod/Win32.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/Win32.pod b/pod/Win32.pod index 44ed3d14b6..bd1d06581e 100644 --- a/pod/Win32.pod +++ b/pod/Win32.pod @@ -132,7 +132,7 @@ same value. =item Win32::GetLongPathName(PATHNAME) -[CORE] Returns a representaion of PATHNAME composed of longname +[CORE] Returns a representation of PATHNAME composed of longname components (if any). The result may not necessarily be longer than PATHNAME. No attempt is made to convert PATHNAME to the absolute path. Compare with Win32::GetShortPathName and |