Skip to content

Commit

Permalink
correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts authored and kpdecker committed Sep 3, 2017
1 parent 15fef93 commit 21fa478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/distance-iterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function(start, minLine, maxLine) {
return iterator();
}

// We tried to fit hunk before text beginning and beyond text lenght, then
// We tried to fit hunk before text beginning and beyond text length, then
// hunk can't fit on the text. Return undefined
};
}

0 comments on commit 21fa478

Please sign in to comment.