Fossil SCM
Fix a typo in a comment.
Commit
a2ed11197971df8571fa63e2e24e6474a7d91e9a3425f64305e1d7a5bbd8a27e
Parent
e690df08f4d6c86…
1 file changed
+1
-1
+1
-1
| --- src/tkt.c | ||
| +++ src/tkt.c | ||
| @@ -1252,11 +1252,11 @@ | ||
| 1252 | 1252 | ** not have knowledge of the encoding. If the "raw" query parameter |
| 1253 | 1253 | ** is present, then the undecoded and unformatted text of each artifact |
| 1254 | 1254 | ** is displayed. |
| 1255 | 1255 | ** |
| 1256 | 1256 | ** Reassignments of a field of the TICKET table that has a corresponding |
| 1257 | -** "baseline for ..." companion if rendered as unified delta. | |
| 1257 | +** "baseline for ..." companion are rendered as unified delta. | |
| 1258 | 1258 | */ |
| 1259 | 1259 | void tkthistory_page(void){ |
| 1260 | 1260 | Stmt q; |
| 1261 | 1261 | char *zTitle; |
| 1262 | 1262 | const char *zUuid; |
| 1263 | 1263 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -1252,11 +1252,11 @@ | |
| 1252 | ** not have knowledge of the encoding. If the "raw" query parameter |
| 1253 | ** is present, then the undecoded and unformatted text of each artifact |
| 1254 | ** is displayed. |
| 1255 | ** |
| 1256 | ** Reassignments of a field of the TICKET table that has a corresponding |
| 1257 | ** "baseline for ..." companion if rendered as unified delta. |
| 1258 | */ |
| 1259 | void tkthistory_page(void){ |
| 1260 | Stmt q; |
| 1261 | char *zTitle; |
| 1262 | const char *zUuid; |
| 1263 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -1252,11 +1252,11 @@ | |
| 1252 | ** not have knowledge of the encoding. If the "raw" query parameter |
| 1253 | ** is present, then the undecoded and unformatted text of each artifact |
| 1254 | ** is displayed. |
| 1255 | ** |
| 1256 | ** Reassignments of a field of the TICKET table that has a corresponding |
| 1257 | ** "baseline for ..." companion are rendered as unified delta. |
| 1258 | */ |
| 1259 | void tkthistory_page(void){ |
| 1260 | Stmt q; |
| 1261 | char *zTitle; |
| 1262 | const char *zUuid; |
| 1263 |