Fossil SCM
minor typo fix.
Commit
88e94ebee7d3fdfe7cd5a74f4661d5bd5e0025ba
Parent
4b05c2c59fa61f1…
1 file changed
+1
-1
+1
-1
| --- src/manifest.c | ||
| +++ src/manifest.c | ||
| @@ -660,11 +660,11 @@ | ||
| 660 | 660 | } |
| 661 | 661 | |
| 662 | 662 | /* |
| 663 | 663 | ** P <uuid> ... |
| 664 | 664 | ** |
| 665 | - ** Specify one or more other artifacts where are the parents of | |
| 665 | + ** Specify one or more other artifacts which are the parents of | |
| 666 | 666 | ** this artifact. The first parent is the primary parent. All |
| 667 | 667 | ** others are parents by merge. |
| 668 | 668 | */ |
| 669 | 669 | case 'P': { |
| 670 | 670 | while( (zUuid = next_token(&x, &sz))!=0 ){ |
| 671 | 671 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -660,11 +660,11 @@ | |
| 660 | } |
| 661 | |
| 662 | /* |
| 663 | ** P <uuid> ... |
| 664 | ** |
| 665 | ** Specify one or more other artifacts where are the parents of |
| 666 | ** this artifact. The first parent is the primary parent. All |
| 667 | ** others are parents by merge. |
| 668 | */ |
| 669 | case 'P': { |
| 670 | while( (zUuid = next_token(&x, &sz))!=0 ){ |
| 671 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -660,11 +660,11 @@ | |
| 660 | } |
| 661 | |
| 662 | /* |
| 663 | ** P <uuid> ... |
| 664 | ** |
| 665 | ** Specify one or more other artifacts which are the parents of |
| 666 | ** this artifact. The first parent is the primary parent. All |
| 667 | ** others are parents by merge. |
| 668 | */ |
| 669 | case 'P': { |
| 670 | while( (zUuid = next_token(&x, &sz))!=0 ){ |
| 671 |