From 2000c567dcaf6ba2dd89f978e504cad644448f88 Mon Sep 17 00:00:00 2001 From: "Denis.Zhdanov" Date: Wed, 4 Jul 2012 16:27:32 +0400 Subject: [PATCH] typo --- .../src/com/intellij/openapi/wm/IdeFocusManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/platform-api/src/com/intellij/openapi/wm/IdeFocusManager.java b/platform/platform-api/src/com/intellij/openapi/wm/IdeFocusManager.java index 84c703d17873..a75dac73cdb1 100644 --- a/platform/platform-api/src/com/intellij/openapi/wm/IdeFocusManager.java +++ b/platform/platform-api/src/com/intellij/openapi/wm/IdeFocusManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2009 JetBrains s.r.o. + * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -176,7 +176,7 @@ public abstract class IdeFocusManager implements FocusRequestor { /** * Put the container window to front. May not execute of the app is inactive or under some other conditions. This - * is the preferred way to finding the container window and uncoditionally calling window.toFront() + * is the preferred way to finding the container window and unconditionally calling window.toFront() * @param c */ public abstract void toFront(JComponent c);