Fossil SCM
Fix very minor comment typos.
Commit
680837fae79ab7cba2fff46d3ae556286d5ad08a4c40480b68320fa9e6eb4942
Parent
8b1e14df0b02c73…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/graph.js | ||
| +++ src/graph.js | ||
| @@ -355,11 +355,11 @@ | ||
| 355 | 355 | } |
| 356 | 356 | function drawCherrypickLine(x0,y0,x1,y1){ |
| 357 | 357 | drawLine(cpLine,null,x0,y0,x1,y1); |
| 358 | 358 | } |
| 359 | 359 | /* Draw an arrow representing an in-bound merge from the "rail"-th rail |
| 360 | - ** over to the node of "p". Make is a checkpoint merge is "isCP" is true */ | |
| 360 | + ** over to the node of "p". Make it a checkpoint merge is "isCP" is true */ | |
| 361 | 361 | function drawMergeArrow(p,rail,isCP){ |
| 362 | 362 | var x0 = rail*railPitch + node.w/2; |
| 363 | 363 | if( rail in mergeLines ){ |
| 364 | 364 | x0 += mergeLines[rail]; |
| 365 | 365 | if( p.r<rail ) x0 += mLine.w; |
| 366 | 366 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -355,11 +355,11 @@ | |
| 355 | } |
| 356 | function drawCherrypickLine(x0,y0,x1,y1){ |
| 357 | drawLine(cpLine,null,x0,y0,x1,y1); |
| 358 | } |
| 359 | /* Draw an arrow representing an in-bound merge from the "rail"-th rail |
| 360 | ** over to the node of "p". Make is a checkpoint merge is "isCP" is true */ |
| 361 | function drawMergeArrow(p,rail,isCP){ |
| 362 | var x0 = rail*railPitch + node.w/2; |
| 363 | if( rail in mergeLines ){ |
| 364 | x0 += mergeLines[rail]; |
| 365 | if( p.r<rail ) x0 += mLine.w; |
| 366 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -355,11 +355,11 @@ | |
| 355 | } |
| 356 | function drawCherrypickLine(x0,y0,x1,y1){ |
| 357 | drawLine(cpLine,null,x0,y0,x1,y1); |
| 358 | } |
| 359 | /* Draw an arrow representing an in-bound merge from the "rail"-th rail |
| 360 | ** over to the node of "p". Make it a checkpoint merge is "isCP" is true */ |
| 361 | function drawMergeArrow(p,rail,isCP){ |
| 362 | var x0 = rail*railPitch + node.w/2; |
| 363 | if( rail in mergeLines ){ |
| 364 | x0 += mergeLines[rail]; |
| 365 | if( p.r<rail ) x0 += mLine.w; |
| 366 |
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -911,11 +911,11 @@ | ||
| 911 | 911 | ** Only exists if "mo" exists. |
| 912 | 912 | ** cu: Extend the mu merge arrow up to this row as a cherrypick |
| 913 | 913 | ** merge line, if this value exists. |
| 914 | 914 | ** u: Draw a thick child-line out of the top of this node and up to |
| 915 | 915 | ** the node with an id equal to this value. 0 if it is straight to |
| 916 | - ** the top of the page or just up a little wasy, -1 if there is | |
| 916 | + ** the top of the page or just up a little ways, -1 if there is | |
| 917 | 917 | ** no thick-line riser (if the node is a leaf). |
| 918 | 918 | ** sb: Draw a dotted child-line out of the top of this node up to the |
| 919 | 919 | ** node with the id equal to the value. This is like "u" except |
| 920 | 920 | ** that the line is dotted instead of solid and has no arrow. |
| 921 | 921 | ** Mnemonic: "Same Branch". |
| 922 | 922 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -911,11 +911,11 @@ | |
| 911 | ** Only exists if "mo" exists. |
| 912 | ** cu: Extend the mu merge arrow up to this row as a cherrypick |
| 913 | ** merge line, if this value exists. |
| 914 | ** u: Draw a thick child-line out of the top of this node and up to |
| 915 | ** the node with an id equal to this value. 0 if it is straight to |
| 916 | ** the top of the page or just up a little wasy, -1 if there is |
| 917 | ** no thick-line riser (if the node is a leaf). |
| 918 | ** sb: Draw a dotted child-line out of the top of this node up to the |
| 919 | ** node with the id equal to the value. This is like "u" except |
| 920 | ** that the line is dotted instead of solid and has no arrow. |
| 921 | ** Mnemonic: "Same Branch". |
| 922 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -911,11 +911,11 @@ | |
| 911 | ** Only exists if "mo" exists. |
| 912 | ** cu: Extend the mu merge arrow up to this row as a cherrypick |
| 913 | ** merge line, if this value exists. |
| 914 | ** u: Draw a thick child-line out of the top of this node and up to |
| 915 | ** the node with an id equal to this value. 0 if it is straight to |
| 916 | ** the top of the page or just up a little ways, -1 if there is |
| 917 | ** no thick-line riser (if the node is a leaf). |
| 918 | ** sb: Draw a dotted child-line out of the top of this node up to the |
| 919 | ** node with the id equal to the value. This is like "u" except |
| 920 | ** that the line is dotted instead of solid and has no arrow. |
| 921 | ** Mnemonic: "Same Branch". |
| 922 |