Fossil SCM
Typo fix in `fossil help comment-format` output
Commit
7438f5b0ffa20f656975fb5d02556867ee7be735153f5a2b8be3a6f685bb0c94
Parent
2ce32f754634c7c…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -4758,11 +4758,11 @@ | ||
| 4758 | 4758 | ** SETTING: comment-format width=16 default=1 |
| 4759 | 4759 | ** Set the algorithm for printing timeline comments to the console. |
| 4760 | 4760 | ** |
| 4761 | 4761 | ** Possible values are: |
| 4762 | 4762 | ** 1 Use the original comment printing algorithm: |
| 4763 | -** * Leading and trialing whitespace is removed | |
| 4763 | +** * Leading and trailing whitespace is removed | |
| 4764 | 4764 | ** * Internal whitespace is converted into a single space (0x20) |
| 4765 | 4765 | ** * Line breaks occurs at whitespace or hyphens if possible |
| 4766 | 4766 | ** This is the recommended value and the default. |
| 4767 | 4767 | ** |
| 4768 | 4768 | ** Or a bitwise combination of the following flags: |
| 4769 | 4769 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4758,11 +4758,11 @@ | |
| 4758 | ** SETTING: comment-format width=16 default=1 |
| 4759 | ** Set the algorithm for printing timeline comments to the console. |
| 4760 | ** |
| 4761 | ** Possible values are: |
| 4762 | ** 1 Use the original comment printing algorithm: |
| 4763 | ** * Leading and trialing whitespace is removed |
| 4764 | ** * Internal whitespace is converted into a single space (0x20) |
| 4765 | ** * Line breaks occurs at whitespace or hyphens if possible |
| 4766 | ** This is the recommended value and the default. |
| 4767 | ** |
| 4768 | ** Or a bitwise combination of the following flags: |
| 4769 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4758,11 +4758,11 @@ | |
| 4758 | ** SETTING: comment-format width=16 default=1 |
| 4759 | ** Set the algorithm for printing timeline comments to the console. |
| 4760 | ** |
| 4761 | ** Possible values are: |
| 4762 | ** 1 Use the original comment printing algorithm: |
| 4763 | ** * Leading and trailing whitespace is removed |
| 4764 | ** * Internal whitespace is converted into a single space (0x20) |
| 4765 | ** * Line breaks occurs at whitespace or hyphens if possible |
| 4766 | ** This is the recommended value and the default. |
| 4767 | ** |
| 4768 | ** Or a bitwise combination of the following flags: |
| 4769 |