mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
Fixed typos in comments and strings
This commit is contained in:
parent
20debcae2c
commit
5e8d83536e
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ TreeCompare.compareBranchesWithinTreesHashAgnostic = function(treeA, treeB, bran
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// dont mess up the rest of comparison
|
// don't mess up the rest of comparison
|
||||||
branchA = _.clone(branchA);
|
branchA = _.clone(branchA);
|
||||||
branchB = _.clone(branchB);
|
branchB = _.clone(branchB);
|
||||||
branchA.target = this.getBaseRef(branchA.target);
|
branchA.target = this.getBaseRef(branchA.target);
|
||||||
|
@ -251,7 +251,7 @@ TreeCompare.getNumHashes = function(ref) {
|
||||||
return func(results);
|
return func(results);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw new Error('couldnt parse ref ' + ref);
|
throw new Error('couldn\'t parse ref ' + ref);
|
||||||
};
|
};
|
||||||
|
|
||||||
TreeCompare.getBaseRef = function(ref) {
|
TreeCompare.getBaseRef = function(ref) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue