Fossil SCM

Fix a typo in a comment. No changes to code.

drh 2015-07-15 10:33 trunk
Commit d1a823878373c430e161b634597c8e7980e41dae
1 file changed +1 -1
+1 -1
--- src/doc.c
+++ src/doc.c
@@ -523,11 +523,11 @@
523523
** it gets checked in.
524524
**
525525
** The file extension is used to decide how to render the file.
526526
**
527527
** 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,
529529
** then FILE is completely replaced by "404.md" and tried. If that is
530530
** not found, then a default 404 screen is generated.
531531
*/
532532
void doc_page(void){
533533
const char *zName; /* Argument to the /doc page */
534534
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button