typo fixed

This commit is contained in:
Alex Tkachman
2012-02-03 08:51:00 +02:00
parent 43a2a27966
commit 36203e5e17
@@ -69,7 +69,7 @@ public class JetCompiler implements TranslatingCompiler {
File kotlinHome = PathUtil.getDefaultCompilerPath();
if (kotlinHome == null) {
compileContext.addMessage(ERROR, "Cannot file kotlinc home. Make sure plugin is properly installed", "", -1, -1);
compileContext.addMessage(ERROR, "Cannot find kotlinc home. Make sure plugin is properly installed", "", -1, -1);
return;
}