Fossil SCM
Fix a typo in a comment. No changes to code.
Commit
d1a823878373c430e161b634597c8e7980e41dae
Parent
c99b4e34dd1db2c…
1 file changed
+1
-1
+1
-1
| --- src/doc.c | ||
| +++ src/doc.c | ||
| @@ -523,11 +523,11 @@ | ||
| 523 | 523 | ** it gets checked in. |
| 524 | 524 | ** |
| 525 | 525 | ** The file extension is used to decide how to render the file. |
| 526 | 526 | ** |
| 527 | 527 | ** If FILE ends in "/" then names "FILE/index.html", "FILE/index.wiki", |
| 528 | -** and "FILE/index.md" are in that order. If none of those are found, | |
| 528 | +** and "FILE/index.md" are tried in that order. If none of those are found, | |
| 529 | 529 | ** then FILE is completely replaced by "404.md" and tried. If that is |
| 530 | 530 | ** not found, then a default 404 screen is generated. |
| 531 | 531 | */ |
| 532 | 532 | void doc_page(void){ |
| 533 | 533 | const char *zName; /* Argument to the /doc page */ |
| 534 | 534 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -523,11 +523,11 @@ | |
| 523 | ** it gets checked in. |
| 524 | ** |
| 525 | ** The file extension is used to decide how to render the file. |
| 526 | ** |
| 527 | ** If FILE ends in "/" then names "FILE/index.html", "FILE/index.wiki", |
| 528 | ** and "FILE/index.md" are in that order. If none of those are found, |
| 529 | ** then FILE is completely replaced by "404.md" and tried. If that is |
| 530 | ** not found, then a default 404 screen is generated. |
| 531 | */ |
| 532 | void doc_page(void){ |
| 533 | const char *zName; /* Argument to the /doc page */ |
| 534 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -523,11 +523,11 @@ | |
| 523 | ** it gets checked in. |
| 524 | ** |
| 525 | ** The file extension is used to decide how to render the file. |
| 526 | ** |
| 527 | ** If FILE ends in "/" then names "FILE/index.html", "FILE/index.wiki", |
| 528 | ** and "FILE/index.md" are tried in that order. If none of those are found, |
| 529 | ** then FILE is completely replaced by "404.md" and tried. If that is |
| 530 | ** not found, then a default 404 screen is generated. |
| 531 | */ |
| 532 | void doc_page(void){ |
| 533 | const char *zName; /* Argument to the /doc page */ |
| 534 |