Fossil SCM
Typo fix in help output, noted [forum:/forumpost/af1ee76f78 | on the forum].
Commit
0d94d71d254655167b2a854a765a2a39e480026d92d3292b8cf725294a406a59
Parent
a8ef11b63c7d9c5…
1 file changed
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -1502,11 +1502,11 @@ | ||
| 1502 | 1502 | "# * All other text will be displayed as written\n", -1); |
| 1503 | 1503 | }else{ |
| 1504 | 1504 | blob_append(&prompt, |
| 1505 | 1505 | "# * Hyperlinks: [target] or [target|display-text]\n" |
| 1506 | 1506 | "# * Blank lines cause a paragraph break\n" |
| 1507 | - "# * Other text rendered as if it where HTML\n", -1 | |
| 1507 | + "# * Other text rendered as if it were HTML\n", -1 | |
| 1508 | 1508 | ); |
| 1509 | 1509 | } |
| 1510 | 1510 | blob_append(&prompt, "#\n", 2); |
| 1511 | 1511 | |
| 1512 | 1512 | if( dryRunFlag ){ |
| 1513 | 1513 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1502,11 +1502,11 @@ | |
| 1502 | "# * All other text will be displayed as written\n", -1); |
| 1503 | }else{ |
| 1504 | blob_append(&prompt, |
| 1505 | "# * Hyperlinks: [target] or [target|display-text]\n" |
| 1506 | "# * Blank lines cause a paragraph break\n" |
| 1507 | "# * Other text rendered as if it where HTML\n", -1 |
| 1508 | ); |
| 1509 | } |
| 1510 | blob_append(&prompt, "#\n", 2); |
| 1511 | |
| 1512 | if( dryRunFlag ){ |
| 1513 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1502,11 +1502,11 @@ | |
| 1502 | "# * All other text will be displayed as written\n", -1); |
| 1503 | }else{ |
| 1504 | blob_append(&prompt, |
| 1505 | "# * Hyperlinks: [target] or [target|display-text]\n" |
| 1506 | "# * Blank lines cause a paragraph break\n" |
| 1507 | "# * Other text rendered as if it were HTML\n", -1 |
| 1508 | ); |
| 1509 | } |
| 1510 | blob_append(&prompt, "#\n", 2); |
| 1511 | |
| 1512 | if( dryRunFlag ){ |
| 1513 |