mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-07 21:24:26 +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
|
@ -15,7 +15,7 @@ function DisabledMap(options) {
|
|||
|
||||
DisabledMap.prototype.getInstantCommands = function() {
|
||||
// this produces an array of regex / function pairs that can be
|
||||
// piped into a parse waterfall to disable certain git commmands
|
||||
// piped into a parse waterfall to disable certain git commands
|
||||
// :D
|
||||
var instants = [];
|
||||
var onMatch = function() {
|
||||
|
|
|
@ -343,7 +343,7 @@ var Level = Sandbox.extend({
|
|||
initParseWaterfall: function(options) {
|
||||
Level.__super__.initParseWaterfall.apply(this, [options]);
|
||||
|
||||
// add our specific functionaity
|
||||
// add our specific functionality
|
||||
this.parseWaterfall.addFirst(
|
||||
'parseWaterfall',
|
||||
parse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue