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. ...@@ -83,7 +83,7 @@ returned 0 and stored empty string in the output buffer.
83 83
84 * Fixed parsing of URLs similar to file:///a/b. 84 * Fixed parsing of URLs similar to file:///a/b.
85 85
86 It is parsed as an absolute file name `a/b'. 86 It is parsed as an absolute file name `/a/b'.
87 87
88 Previous versions incorrectly understood such an URL as `a/b' 88 Previous versions incorrectly understood such an URL as `a/b'
89 (relative file name). 89 (relative file name).
......