Commit 61c80aef 61c80aeff4b66b9394e3a73b2a404e365e19e868 by Sergey Poznyakoff

fix typo

1 parent 736f4530
Showing 1 changed file with 1 additions and 1 deletions
......@@ -83,7 +83,7 @@ returned 0 and stored empty string in the output buffer.
* Fixed parsing of URLs similar to file:///a/b.
It is parsed as an absolute file name `a/b'.
It is parsed as an absolute file name `/a/b'.
Previous versions incorrectly understood such an URL as `a/b'
(relative file name).
......