Fossil SCM
Correct typo. Credit Arseniy Terekhin on the fossil-dev list for the report.
Commit
b0592fe329b4efcb07102447ca5cb3281bda35c1
Parent
ced021fd57ac2ba…
1 file changed
+2
-2
+2
-2
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -2278,12 +2278,12 @@ | ||
| 2278 | 2278 | ** The "ui" command automatically starts a web browser after initializing |
| 2279 | 2279 | ** the web server. The "ui" command also binds to 127.0.0.1 and so will |
| 2280 | 2280 | ** only process HTTP traffic from the local machine. |
| 2281 | 2281 | ** |
| 2282 | 2282 | ** The REPOSITORY can be a directory (aka folder) that contains one or |
| 2283 | -** more repositories with names ending in ".fossil". In this case, the | |
| 2284 | -** a prefix of the URL pathname is used to search the directory for an | |
| 2283 | +** more repositories with names ending in ".fossil". In this case, a | |
| 2284 | +** prefix of the URL pathname is used to search the directory for an | |
| 2285 | 2285 | ** appropriate repository. To thwart mischief, the pathname in the URL must |
| 2286 | 2286 | ** contain only alphanumerics, "_", "/", "-", and ".", and no "-" may |
| 2287 | 2287 | ** occur after "/", and every "." must be surrounded on both sides by |
| 2288 | 2288 | ** alphanumerics. Any pathname that does not satisfy these constraints |
| 2289 | 2289 | ** results in a 404 error. Files in REPOSITORY that match the comma-separated |
| 2290 | 2290 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2278,12 +2278,12 @@ | |
| 2278 | ** The "ui" command automatically starts a web browser after initializing |
| 2279 | ** the web server. The "ui" command also binds to 127.0.0.1 and so will |
| 2280 | ** only process HTTP traffic from the local machine. |
| 2281 | ** |
| 2282 | ** The REPOSITORY can be a directory (aka folder) that contains one or |
| 2283 | ** more repositories with names ending in ".fossil". In this case, the |
| 2284 | ** a prefix of the URL pathname is used to search the directory for an |
| 2285 | ** appropriate repository. To thwart mischief, the pathname in the URL must |
| 2286 | ** contain only alphanumerics, "_", "/", "-", and ".", and no "-" may |
| 2287 | ** occur after "/", and every "." must be surrounded on both sides by |
| 2288 | ** alphanumerics. Any pathname that does not satisfy these constraints |
| 2289 | ** results in a 404 error. Files in REPOSITORY that match the comma-separated |
| 2290 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2278,12 +2278,12 @@ | |
| 2278 | ** The "ui" command automatically starts a web browser after initializing |
| 2279 | ** the web server. The "ui" command also binds to 127.0.0.1 and so will |
| 2280 | ** only process HTTP traffic from the local machine. |
| 2281 | ** |
| 2282 | ** The REPOSITORY can be a directory (aka folder) that contains one or |
| 2283 | ** more repositories with names ending in ".fossil". In this case, a |
| 2284 | ** prefix of the URL pathname is used to search the directory for an |
| 2285 | ** appropriate repository. To thwart mischief, the pathname in the URL must |
| 2286 | ** contain only alphanumerics, "_", "/", "-", and ".", and no "-" may |
| 2287 | ** occur after "/", and every "." must be surrounded on both sides by |
| 2288 | ** alphanumerics. Any pathname that does not satisfy these constraints |
| 2289 | ** results in a 404 error. Files in REPOSITORY that match the comma-separated |
| 2290 |