Fossil SCM

Fix very minor comment typos.

drh 2022-03-07 21:01 trunk
Commit 680837fae79ab7cba2fff46d3ae556286d5ad08a4c40480b68320fa9e6eb4942
2 files changed +1 -1 +1 -1
+1 -1
--- src/graph.js
+++ src/graph.js
@@ -355,11 +355,11 @@
355355
}
356356
function drawCherrypickLine(x0,y0,x1,y1){
357357
drawLine(cpLine,null,x0,y0,x1,y1);
358358
}
359359
/* 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 */
361361
function drawMergeArrow(p,rail,isCP){
362362
var x0 = rail*railPitch + node.w/2;
363363
if( rail in mergeLines ){
364364
x0 += mergeLines[rail];
365365
if( p.r<rail ) x0 += mLine.w;
366366
--- 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 @@
911911
** Only exists if "mo" exists.
912912
** cu: Extend the mu merge arrow up to this row as a cherrypick
913913
** merge line, if this value exists.
914914
** u: Draw a thick child-line out of the top of this node and up to
915915
** 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
917917
** no thick-line riser (if the node is a leaf).
918918
** sb: Draw a dotted child-line out of the top of this node up to the
919919
** node with the id equal to the value. This is like "u" except
920920
** that the line is dotted instead of solid and has no arrow.
921921
** Mnemonic: "Same Branch".
922922
--- 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

Keyboard Shortcuts

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