Fossil SCM
Fix a minor typo in a comment.
Commit
56262c7ea72d5c1dcb09a44f15a409dd536bae1b599cbce7864b49e0a4df65a9
Parent
b910219a4f4e6c5…
1 file changed
+1
-1
+1
-1
| --- src/backlink.c | ||
| +++ src/backlink.c | ||
| @@ -25,11 +25,11 @@ | ||
| 25 | 25 | #include "backlink.h" |
| 26 | 26 | #include <assert.h> |
| 27 | 27 | |
| 28 | 28 | |
| 29 | 29 | /* |
| 30 | -** Show a graph all wiki, tickets, and check-ins that refer to object zUuid. | |
| 30 | +** Show a graph of all wiki, tickets, and check-ins that refer to object zUuid. | |
| 31 | 31 | ** |
| 32 | 32 | ** If zLabel is not NULL and the graph is not empty, then output zLabel as |
| 33 | 33 | ** a prefix to the graph. |
| 34 | 34 | */ |
| 35 | 35 | void render_backlink_graph(const char *zUuid, const char *zLabel){ |
| 36 | 36 |
| --- src/backlink.c | |
| +++ src/backlink.c | |
| @@ -25,11 +25,11 @@ | |
| 25 | #include "backlink.h" |
| 26 | #include <assert.h> |
| 27 | |
| 28 | |
| 29 | /* |
| 30 | ** Show a graph all wiki, tickets, and check-ins that refer to object zUuid. |
| 31 | ** |
| 32 | ** If zLabel is not NULL and the graph is not empty, then output zLabel as |
| 33 | ** a prefix to the graph. |
| 34 | */ |
| 35 | void render_backlink_graph(const char *zUuid, const char *zLabel){ |
| 36 |
| --- src/backlink.c | |
| +++ src/backlink.c | |
| @@ -25,11 +25,11 @@ | |
| 25 | #include "backlink.h" |
| 26 | #include <assert.h> |
| 27 | |
| 28 | |
| 29 | /* |
| 30 | ** Show a graph of all wiki, tickets, and check-ins that refer to object zUuid. |
| 31 | ** |
| 32 | ** If zLabel is not NULL and the graph is not empty, then output zLabel as |
| 33 | ** a prefix to the graph. |
| 34 | */ |
| 35 | void render_backlink_graph(const char *zUuid, const char *zLabel){ |
| 36 |