Fossil SCM

Fix a missing comma in the suspicious-checkin-comment warning message.

drh 2025-03-16 10:44 trunk
Commit 53b23ea28876e3d379988774d9a84f439cb42890c4ed2d5089a33ec639713b5e
1 file changed +1 -1
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -2327,11 +2327,11 @@
23272327
Blob tmp = *pSus;
23282328
blob_init(pSus, 0, 0);
23292329
blob_appendf(pSus,
23302330
"Possible comment formatting error%s:"
23312331
"%b\n"
2332
- "Edit, continue or abort (E/c/a)? ",
2332
+ "Edit, continue, or abort (E/c/a)? ",
23332333
nIssue>1 ? "s" : "", &tmp);
23342334
blob_reset(&tmp);
23352335
return 1;
23362336
}else{
23372337
return 0;
23382338
--- src/checkin.c
+++ src/checkin.c
@@ -2327,11 +2327,11 @@
2327 Blob tmp = *pSus;
2328 blob_init(pSus, 0, 0);
2329 blob_appendf(pSus,
2330 "Possible comment formatting error%s:"
2331 "%b\n"
2332 "Edit, continue or abort (E/c/a)? ",
2333 nIssue>1 ? "s" : "", &tmp);
2334 blob_reset(&tmp);
2335 return 1;
2336 }else{
2337 return 0;
2338
--- src/checkin.c
+++ src/checkin.c
@@ -2327,11 +2327,11 @@
2327 Blob tmp = *pSus;
2328 blob_init(pSus, 0, 0);
2329 blob_appendf(pSus,
2330 "Possible comment formatting error%s:"
2331 "%b\n"
2332 "Edit, continue, or abort (E/c/a)? ",
2333 nIssue>1 ? "s" : "", &tmp);
2334 blob_reset(&tmp);
2335 return 1;
2336 }else{
2337 return 0;
2338

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button