Fossil SCM
Fix typo in comment.
Commit
adffcf5b606067fb61914412c4f389b000af53a4
Parent
953cfbd497b227b…
1 file changed
+2
-1
+2
-1
| --- src/tar.c | ||
| +++ src/tar.c | ||
| @@ -613,11 +613,12 @@ | ||
| 613 | 613 | /* |
| 614 | 614 | ** WEBPAGE: tarball |
| 615 | 615 | ** URL: /tarball |
| 616 | 616 | ** |
| 617 | 617 | ** Generate a compressed tarball for the check-in specified by the "uuid" |
| 618 | -** query parameter. Return that ZIP archive as the HTTP reply content. | |
| 618 | +** query parameter. Return that compressed tarball as the HTTP reply | |
| 619 | +** content. | |
| 619 | 620 | ** |
| 620 | 621 | ** Query parameters: |
| 621 | 622 | ** |
| 622 | 623 | ** name=NAME[.tar.gz] The base name of the output file. The default |
| 623 | 624 | ** value is a configuration parameter in the project |
| 624 | 625 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -613,11 +613,12 @@ | |
| 613 | /* |
| 614 | ** WEBPAGE: tarball |
| 615 | ** URL: /tarball |
| 616 | ** |
| 617 | ** Generate a compressed tarball for the check-in specified by the "uuid" |
| 618 | ** query parameter. Return that ZIP archive as the HTTP reply content. |
| 619 | ** |
| 620 | ** Query parameters: |
| 621 | ** |
| 622 | ** name=NAME[.tar.gz] The base name of the output file. The default |
| 623 | ** value is a configuration parameter in the project |
| 624 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -613,11 +613,12 @@ | |
| 613 | /* |
| 614 | ** WEBPAGE: tarball |
| 615 | ** URL: /tarball |
| 616 | ** |
| 617 | ** Generate a compressed tarball for the check-in specified by the "uuid" |
| 618 | ** query parameter. Return that compressed tarball as the HTTP reply |
| 619 | ** content. |
| 620 | ** |
| 621 | ** Query parameters: |
| 622 | ** |
| 623 | ** name=NAME[.tar.gz] The base name of the output file. The default |
| 624 | ** value is a configuration parameter in the project |
| 625 |