Browse Source

Merge "Fix minor spelling error in comment"

stable-3.5
Robin Stocker 11 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
30953bbb67
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java

2
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java

@ -1154,7 +1154,7 @@ public abstract class Repository {
if (refName.endsWith(".lock")) //$NON-NLS-1$
return false;
// Borrow logic for filterig out invalid paths. These
// Borrow logic for filtering out invalid paths. These
// are also invalid ref
try {
DirCacheCheckout.checkValidPath(refName);

Loading…
Cancel
Save