mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-24 06:58:34 +02:00
Fixed typos in comments and strings
This commit is contained in:
parent
f0d19b96d4
commit
5a784ae15e
10 changed files with 14 additions and 14 deletions
|
@ -251,7 +251,7 @@ TreeCompare.getNumHashes = function(ref) {
|
|||
return func(results);
|
||||
}
|
||||
}
|
||||
throw new Error('coudlnt parse ref ' + ref);
|
||||
throw new Error('couldnt parse ref ' + ref);
|
||||
};
|
||||
|
||||
TreeCompare.getBaseRef = function(ref) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue