ProjectCacheImpl: Fix spelling mistake in error messages
Change-Id: Id27b6a8103b7c7f9270cf335d36c070bbef964e8 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -180,7 +180,7 @@ public class ProjectCacheImpl implements ProjectCache {
|
||||
n.remove(p.getNameKey());
|
||||
list.put(ListKey.ALL, Collections.unmodifiableSortedSet(n));
|
||||
} catch (ExecutionException e) {
|
||||
log.warn("Cannot list avaliable projects", e);
|
||||
log.warn("Cannot list available projects", e);
|
||||
} finally {
|
||||
listLock.unlock();
|
||||
}
|
||||
@@ -195,7 +195,7 @@ public class ProjectCacheImpl implements ProjectCache {
|
||||
n.add(newProjectName);
|
||||
list.put(ListKey.ALL, Collections.unmodifiableSortedSet(n));
|
||||
} catch (ExecutionException e) {
|
||||
log.warn("Cannot list avaliable projects", e);
|
||||
log.warn("Cannot list available projects", e);
|
||||
} finally {
|
||||
listLock.unlock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user