Browse Source

Fix minor spelling error in comment

Change-Id: I320b5cd526827844d4fe0cbc0f32551010e98090
tags/v3.5.0.201409071800-rc1
Robin Rosenberg 9 years ago
parent
commit
a0752f71fc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java View File

@@ -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