From c1d5851060a95207c96c80397a6cff22ea98778a Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Tue, 29 Oct 2013 13:02:46 +0400 Subject: [PATCH] Minor: fix typo --- .../jet/plugin/refactoring/JetRefactoringBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/src/org/jetbrains/jet/plugin/refactoring/JetRefactoringBundle.properties b/idea/src/org/jetbrains/jet/plugin/refactoring/JetRefactoringBundle.properties index d2ec87b36ec..59fb0f09eb9 100644 --- a/idea/src/org/jetbrains/jet/plugin/refactoring/JetRefactoringBundle.properties +++ b/idea/src/org/jetbrains/jet/plugin/refactoring/JetRefactoringBundle.properties @@ -5,7 +5,7 @@ introduce.variable=Introduce Variable cannot.refactor.no.container=Cannot refactor in this place cannot.refactor.no.expression=Cannot perform refactoring without an expression cannot.refactor.expression.has.unit.type=Cannot introduce expression of unit type -cannot.refactor.namespace.expression=Cannot intoduce namespace reference +cannot.refactor.namespace.expression=Cannot introduce namespace reference cannot.extract.method=Cannot find statements to extract cannot.find.class.to.extract=Cannot find class to extract method cannot.refactor.expression.should.have.inferred.type=Expression should have inferred type