Fossil SCM
Fix doc comment typo
Commit
62dc86c2315bf3c750fd1914bee9106d6e2288a64c07dbbe99646b25ef30f80e
Parent
b63d654041f7aee…
1 file changed
+1
-1
+1
-1
| --- src/http_transport.c | ||
| +++ src/http_transport.c | ||
| @@ -189,11 +189,11 @@ | ||
| 189 | 189 | ** method name (ex: timeline) |
| 190 | 190 | ** |
| 191 | 191 | ** pUrlData->isFile The .name is a filename in the local filesystem. |
| 192 | 192 | ** If that file is a Fossil repo, then launch |
| 193 | 193 | ** "fossil http" as a subprocess to handle the request. |
| 194 | -** Or if filename ends with ".test-http" then the | |
| 194 | +** Or if filename ends with ".http-test" then the | |
| 195 | 195 | ** content of that file becomes the HTTP reply. |
| 196 | 196 | ** (The latter is used for testing only.) |
| 197 | 197 | ** |
| 198 | 198 | ** pUrlData->subpath The method name on the request for SSH and FILE |
| 199 | 199 | ** |
| 200 | 200 |
| --- src/http_transport.c | |
| +++ src/http_transport.c | |
| @@ -189,11 +189,11 @@ | |
| 189 | ** method name (ex: timeline) |
| 190 | ** |
| 191 | ** pUrlData->isFile The .name is a filename in the local filesystem. |
| 192 | ** If that file is a Fossil repo, then launch |
| 193 | ** "fossil http" as a subprocess to handle the request. |
| 194 | ** Or if filename ends with ".test-http" then the |
| 195 | ** content of that file becomes the HTTP reply. |
| 196 | ** (The latter is used for testing only.) |
| 197 | ** |
| 198 | ** pUrlData->subpath The method name on the request for SSH and FILE |
| 199 | ** |
| 200 |
| --- src/http_transport.c | |
| +++ src/http_transport.c | |
| @@ -189,11 +189,11 @@ | |
| 189 | ** method name (ex: timeline) |
| 190 | ** |
| 191 | ** pUrlData->isFile The .name is a filename in the local filesystem. |
| 192 | ** If that file is a Fossil repo, then launch |
| 193 | ** "fossil http" as a subprocess to handle the request. |
| 194 | ** Or if filename ends with ".http-test" then the |
| 195 | ** content of that file becomes the HTTP reply. |
| 196 | ** (The latter is used for testing only.) |
| 197 | ** |
| 198 | ** pUrlData->subpath The method name on the request for SSH and FILE |
| 199 | ** |
| 200 |