Fossil SCM
Fix a harmless comment typo.
Commit
a0d9093d8c826c71e3fb8cbfc7a2edf70e1043aa4dbe9dad89e0011aad60712f
Parent
28436ab9d5a1d66…
1 file changed
+1
-1
+1
-1
| --- src/schema.c | ||
| +++ src/schema.c | ||
| @@ -511,11 +511,11 @@ | ||
| 511 | 511 | ** Predefined tagid values |
| 512 | 512 | */ |
| 513 | 513 | #if INTERFACE |
| 514 | 514 | # define TAG_BGCOLOR 1 /* Set the background color for display */ |
| 515 | 515 | # define TAG_COMMENT 2 /* The check-in comment */ |
| 516 | -# define TAG_USER 3 /* User who made a checking */ | |
| 516 | +# define TAG_USER 3 /* User who made a check-in */ | |
| 517 | 517 | # define TAG_DATE 4 /* The date of a check-in */ |
| 518 | 518 | # define TAG_HIDDEN 5 /* Do not display in timeline */ |
| 519 | 519 | # define TAG_PRIVATE 6 /* Do not sync */ |
| 520 | 520 | # define TAG_CLUSTER 7 /* A cluster */ |
| 521 | 521 | # define TAG_BRANCH 8 /* Value is name of the current branch */ |
| 522 | 522 |
| --- src/schema.c | |
| +++ src/schema.c | |
| @@ -511,11 +511,11 @@ | |
| 511 | ** Predefined tagid values |
| 512 | */ |
| 513 | #if INTERFACE |
| 514 | # define TAG_BGCOLOR 1 /* Set the background color for display */ |
| 515 | # define TAG_COMMENT 2 /* The check-in comment */ |
| 516 | # define TAG_USER 3 /* User who made a checking */ |
| 517 | # define TAG_DATE 4 /* The date of a check-in */ |
| 518 | # define TAG_HIDDEN 5 /* Do not display in timeline */ |
| 519 | # define TAG_PRIVATE 6 /* Do not sync */ |
| 520 | # define TAG_CLUSTER 7 /* A cluster */ |
| 521 | # define TAG_BRANCH 8 /* Value is name of the current branch */ |
| 522 |
| --- src/schema.c | |
| +++ src/schema.c | |
| @@ -511,11 +511,11 @@ | |
| 511 | ** Predefined tagid values |
| 512 | */ |
| 513 | #if INTERFACE |
| 514 | # define TAG_BGCOLOR 1 /* Set the background color for display */ |
| 515 | # define TAG_COMMENT 2 /* The check-in comment */ |
| 516 | # define TAG_USER 3 /* User who made a check-in */ |
| 517 | # define TAG_DATE 4 /* The date of a check-in */ |
| 518 | # define TAG_HIDDEN 5 /* Do not display in timeline */ |
| 519 | # define TAG_PRIVATE 6 /* Do not sync */ |
| 520 | # define TAG_CLUSTER 7 /* A cluster */ |
| 521 | # define TAG_BRANCH 8 /* Value is name of the current branch */ |
| 522 |