Fix minor spelling error in comment

Change-Id: I320b5cd526827844d4fe0cbc0f32551010e98090
This commit is contained in:
Robin Rosenberg 2014-08-19 16:21:02 +02:00
parent 66fc834530
commit a0752f71fc
1 changed files with 1 additions and 1 deletions

View File

@ -1154,7 +1154,7 @@ public static boolean isValidRefName(final String refName) {
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);