Cleanup comment spelling error

This commit is contained in:
Kris De Volder
2020-03-11 14:13:47 -07:00
parent c04f26eda7
commit 13e2dcfca3

View File

@@ -98,7 +98,7 @@ public class ReusableClasspathListenerHandler {
}
public void subscribe(String callbackCommandId, boolean isBatched) {
// keep put of synchronized block to avoid workspace locks
// keep out of synchronized block to avoid workspace locks
IProject[] sortedProjects = getSortedProjects();
synchronized(this) {