Fossil SCM
Typo fix: Turns out "edited" only has one "t". Who knew?
Commit
91ff34dc17646e4deb27b26c5ab309ee908466e156aeb7b069ab5eb5df979a58
Parent
292ba94e6b7fd96…
1 file changed
+5
-5
+5
-5
| --- src/forum.c | ||
| +++ src/forum.c | ||
| @@ -462,13 +462,13 @@ | ||
| 462 | 462 | @ <h1>%h(pManifest->zThreadTitle)</h1> |
| 463 | 463 | } |
| 464 | 464 | |
| 465 | 465 | /* Begin emitting the header line. The forum of the title |
| 466 | 466 | ** varies depending on whether: |
| 467 | - ** * The post is uneditted | |
| 468 | - ** * The post was last editted by the original author | |
| 469 | - ** * The post was last editted by a different person | |
| 467 | + ** * The post is unedited | |
| 468 | + ** * The post was last edited by the original author | |
| 469 | + ** * The post was last edited by a different person | |
| 470 | 470 | */ |
| 471 | 471 | if( p->pEditHead ){ |
| 472 | 472 | zDate = db_text(0, "SELECT datetime(%.17g)", p->pEditHead->rDate); |
| 473 | 473 | }else{ |
| 474 | 474 | zPosterName = forum_post_display_name(p, pManifest); |
| @@ -480,11 +480,11 @@ | ||
| 480 | 480 | zEditorName = forum_post_display_name(p, pManifest); |
| 481 | 481 | zHist = bHist ? "" : "&hist"; |
| 482 | 482 | @ <h3 class='forumPostHdr'>(%d(p->sid)\ |
| 483 | 483 | @ .%0*d(fossil_num_digits(p->nEdit))(p->rev)) \ |
| 484 | 484 | if( fossil_strcmp(zPosterName, zEditorName)==0 ){ |
| 485 | - @ By %h(zPosterName) on %h(zDate) editted from \ | |
| 485 | + @ By %h(zPosterName) on %h(zDate) edited from \ | |
| 486 | 486 | @ %z(href("%R/forumpost/%S?%s%s",p->pEditPrev->zUuid,zQuery,zHist))\ |
| 487 | 487 | @ %d(p->sid).%0*d(fossil_num_digits(p->nEdit))(p->pEditPrev->rev)</a> |
| 488 | 488 | }else{ |
| 489 | 489 | @ Originally by %h(zPosterName) \ |
| 490 | 490 | @ with edits by %h(zEditorName) on %h(zDate) from \ |
| @@ -1120,11 +1120,11 @@ | ||
| 1120 | 1120 | ** WEBPAGE: forume2 |
| 1121 | 1121 | ** |
| 1122 | 1122 | ** Edit an existing forum message. |
| 1123 | 1123 | ** Query parameters: |
| 1124 | 1124 | ** |
| 1125 | -** fpid=X Hash of the post to be editted. REQUIRED | |
| 1125 | +** fpid=X Hash of the post to be edited. REQUIRED | |
| 1126 | 1126 | */ |
| 1127 | 1127 | void forumedit_page(void){ |
| 1128 | 1128 | int fpid; |
| 1129 | 1129 | int froot; |
| 1130 | 1130 | Manifest *pPost = 0; |
| 1131 | 1131 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -462,13 +462,13 @@ | |
| 462 | @ <h1>%h(pManifest->zThreadTitle)</h1> |
| 463 | } |
| 464 | |
| 465 | /* Begin emitting the header line. The forum of the title |
| 466 | ** varies depending on whether: |
| 467 | ** * The post is uneditted |
| 468 | ** * The post was last editted by the original author |
| 469 | ** * The post was last editted by a different person |
| 470 | */ |
| 471 | if( p->pEditHead ){ |
| 472 | zDate = db_text(0, "SELECT datetime(%.17g)", p->pEditHead->rDate); |
| 473 | }else{ |
| 474 | zPosterName = forum_post_display_name(p, pManifest); |
| @@ -480,11 +480,11 @@ | |
| 480 | zEditorName = forum_post_display_name(p, pManifest); |
| 481 | zHist = bHist ? "" : "&hist"; |
| 482 | @ <h3 class='forumPostHdr'>(%d(p->sid)\ |
| 483 | @ .%0*d(fossil_num_digits(p->nEdit))(p->rev)) \ |
| 484 | if( fossil_strcmp(zPosterName, zEditorName)==0 ){ |
| 485 | @ By %h(zPosterName) on %h(zDate) editted from \ |
| 486 | @ %z(href("%R/forumpost/%S?%s%s",p->pEditPrev->zUuid,zQuery,zHist))\ |
| 487 | @ %d(p->sid).%0*d(fossil_num_digits(p->nEdit))(p->pEditPrev->rev)</a> |
| 488 | }else{ |
| 489 | @ Originally by %h(zPosterName) \ |
| 490 | @ with edits by %h(zEditorName) on %h(zDate) from \ |
| @@ -1120,11 +1120,11 @@ | |
| 1120 | ** WEBPAGE: forume2 |
| 1121 | ** |
| 1122 | ** Edit an existing forum message. |
| 1123 | ** Query parameters: |
| 1124 | ** |
| 1125 | ** fpid=X Hash of the post to be editted. REQUIRED |
| 1126 | */ |
| 1127 | void forumedit_page(void){ |
| 1128 | int fpid; |
| 1129 | int froot; |
| 1130 | Manifest *pPost = 0; |
| 1131 |
| --- src/forum.c | |
| +++ src/forum.c | |
| @@ -462,13 +462,13 @@ | |
| 462 | @ <h1>%h(pManifest->zThreadTitle)</h1> |
| 463 | } |
| 464 | |
| 465 | /* Begin emitting the header line. The forum of the title |
| 466 | ** varies depending on whether: |
| 467 | ** * The post is unedited |
| 468 | ** * The post was last edited by the original author |
| 469 | ** * The post was last edited by a different person |
| 470 | */ |
| 471 | if( p->pEditHead ){ |
| 472 | zDate = db_text(0, "SELECT datetime(%.17g)", p->pEditHead->rDate); |
| 473 | }else{ |
| 474 | zPosterName = forum_post_display_name(p, pManifest); |
| @@ -480,11 +480,11 @@ | |
| 480 | zEditorName = forum_post_display_name(p, pManifest); |
| 481 | zHist = bHist ? "" : "&hist"; |
| 482 | @ <h3 class='forumPostHdr'>(%d(p->sid)\ |
| 483 | @ .%0*d(fossil_num_digits(p->nEdit))(p->rev)) \ |
| 484 | if( fossil_strcmp(zPosterName, zEditorName)==0 ){ |
| 485 | @ By %h(zPosterName) on %h(zDate) edited from \ |
| 486 | @ %z(href("%R/forumpost/%S?%s%s",p->pEditPrev->zUuid,zQuery,zHist))\ |
| 487 | @ %d(p->sid).%0*d(fossil_num_digits(p->nEdit))(p->pEditPrev->rev)</a> |
| 488 | }else{ |
| 489 | @ Originally by %h(zPosterName) \ |
| 490 | @ with edits by %h(zEditorName) on %h(zDate) from \ |
| @@ -1120,11 +1120,11 @@ | |
| 1120 | ** WEBPAGE: forume2 |
| 1121 | ** |
| 1122 | ** Edit an existing forum message. |
| 1123 | ** Query parameters: |
| 1124 | ** |
| 1125 | ** fpid=X Hash of the post to be edited. REQUIRED |
| 1126 | */ |
| 1127 | void forumedit_page(void){ |
| 1128 | int fpid; |
| 1129 | int froot; |
| 1130 | Manifest *pPost = 0; |
| 1131 |