Skip to content

Commit dd068e5

Browse files
committed
Fix typo
1 parent 975225c commit dd068e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdt-ls-extension/org.javacs.kt.jdt.ls.extension/src/org/javacs/kt/jdt/ls/extension/KotlinImporterUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static void registerKlsWatcher(java.nio.file.Path path, Function<IProgres
8181
WatchService watcher = FileSystems.getDefault().newWatchService();
8282
keys.putAll(watchDirectory(watcher, path));
8383

84-
// Wair for file related events.
84+
// Wait for file related events.
8585
// When a file is added or deleted, we update the classpath (we remove and re-add the kls classpath entry)
8686
while (true) {
8787
WatchKey key;

0 commit comments

Comments
 (0)