From 36203e5e170b66b9a569507fd00054213d3eccbd Mon Sep 17 00:00:00 2001 From: Alex Tkachman Date: Fri, 3 Feb 2012 08:51:00 +0200 Subject: [PATCH] typo fixed --- idea/src/org/jetbrains/jet/plugin/compiler/JetCompiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/src/org/jetbrains/jet/plugin/compiler/JetCompiler.java b/idea/src/org/jetbrains/jet/plugin/compiler/JetCompiler.java index e8f32d81f75..271d317da6a 100644 --- a/idea/src/org/jetbrains/jet/plugin/compiler/JetCompiler.java +++ b/idea/src/org/jetbrains/jet/plugin/compiler/JetCompiler.java @@ -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; }