summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2021-11-30 17:23:16 -0500
committerOlaf Alders <olaf@wundersolutions.com>2021-12-02 16:05:38 -0500
commitc136cf1b83e526113932a4d8c3a32cfe58738593 (patch)
tree6c97eba54a4f855191de229f1b375c7c475fe7de /lib
parent24881045d04800896c7619e2ae8925cc933e2eb5 (diff)
downloaduri-c136cf1b83e526113932a4d8c3a32cfe58738593.tar.gz
Fix typos in URI::file
Diffstat (limited to 'lib')
-rw-r--r--lib/URI/file.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/URI/file.pm b/lib/URI/file.pm
index a462749..597f5a4 100644
--- a/lib/URI/file.pm
+++ b/lib/URI/file.pm
@@ -301,11 +301,11 @@ If there is no mapping then the "Unix" implementation is used.
=item $URI::file::DEFAULT_AUTHORITY
-This determine what "authority" string to include in absolute file
+This determines what "authority" string to include in absolute file
URIs. It defaults to "". If you prefer verbose URIs you might set it
to be "localhost".
-Setting this value to C<undef> force behaviour compatible to URI v1.31
+Setting this value to C<undef> forces behaviour compatible to URI v1.31
and earlier. In this mode host names in UNC paths and drive letters
are mapped to the authority component on Windows, while we produce
authority-less URIs on Unix.