fix typo
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). | ... | ... |
-
Please register or sign in to post a comment