From 5d88d471d201f2dfdb8f66c46b206878434ae18f Mon Sep 17 00:00:00 2001 From: "Anna.Kozlova" Date: Mon, 21 Nov 2016 18:41:20 +0100 Subject: [PATCH] typo (IDEA-164245) --- .../src/com/intellij/codeInspection/ex/ClassPatternsPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/java-impl/src/com/intellij/codeInspection/ex/ClassPatternsPanel.java b/java/java-impl/src/com/intellij/codeInspection/ex/ClassPatternsPanel.java index 1d6dae09c686..ffb4eb02e182 100644 --- a/java/java-impl/src/com/intellij/codeInspection/ex/ClassPatternsPanel.java +++ b/java/java-impl/src/com/intellij/codeInspection/ex/ClassPatternsPanel.java @@ -83,7 +83,7 @@ class ClassPatternsPanel extends JPanel { add(SeparatorFactory.createSeparator("Mark code as entry point if qualified name matches", null), BorderLayout.NORTH); add(toolbarDecorator.createPanel(), BorderLayout.CENTER); add(new MultiLineLabel("Leave method blank to represent constructors\n" + - "Any * will match against one ore more characters in the qualified name (including dots)"), BorderLayout.SOUTH); + "Any * will match against one or more characters in the qualified name (including dots)"), BorderLayout.SOUTH); setPreferredSize(new JBDimension(-1, 250)); }