Fossil SCM
Fix harmless typo in a comment.
Commit
0e9a144ba7f9783df8b1490dcf6cd80a59cf0549
Parent
2d8c3b71c090b54…
1 file changed
+1
-1
+1
-1
| --- src/manifest.c | ||
| +++ src/manifest.c | ||
| @@ -1611,11 +1611,11 @@ | ||
| 1611 | 1611 | return parentid; |
| 1612 | 1612 | } |
| 1613 | 1613 | |
| 1614 | 1614 | /* |
| 1615 | 1615 | ** There exists a "parent" tag against checkin rid that has value zValue. |
| 1616 | -** If value is well-formed (meaning that is is a list of UUIDs), then use | |
| 1616 | +** If value is well-formed (meaning that it is a list of UUIDs), then use | |
| 1617 | 1617 | ** zValue to reparent check-in rid. |
| 1618 | 1618 | */ |
| 1619 | 1619 | void manifest_reparent_checkin(int rid, const char *zValue){ |
| 1620 | 1620 | int nParent; |
| 1621 | 1621 | char *zCopy = 0; |
| 1622 | 1622 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -1611,11 +1611,11 @@ | |
| 1611 | return parentid; |
| 1612 | } |
| 1613 | |
| 1614 | /* |
| 1615 | ** There exists a "parent" tag against checkin rid that has value zValue. |
| 1616 | ** If value is well-formed (meaning that is is a list of UUIDs), then use |
| 1617 | ** zValue to reparent check-in rid. |
| 1618 | */ |
| 1619 | void manifest_reparent_checkin(int rid, const char *zValue){ |
| 1620 | int nParent; |
| 1621 | char *zCopy = 0; |
| 1622 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -1611,11 +1611,11 @@ | |
| 1611 | return parentid; |
| 1612 | } |
| 1613 | |
| 1614 | /* |
| 1615 | ** There exists a "parent" tag against checkin rid that has value zValue. |
| 1616 | ** If value is well-formed (meaning that it is a list of UUIDs), then use |
| 1617 | ** zValue to reparent check-in rid. |
| 1618 | */ |
| 1619 | void manifest_reparent_checkin(int rid, const char *zValue){ |
| 1620 | int nParent; |
| 1621 | char *zCopy = 0; |
| 1622 |