summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32
diff options
context:
space:
mode:
authorMarkus Keller <markus_keller@ch.ibm.com>2012-11-08 20:34:09 +0100
committerMarkus Keller <markus_keller@ch.ibm.com>2012-11-08 20:35:03 +0100
commit7c91ffd02cad97017aa308f745fc80cc62c6cb27 (patch)
tree627ce98d91e076ee858cde6d8cf33425020a5ee2 /bundles/org.eclipse.swt/Eclipse SWT/win32
parent79b4c494683ecd3609c3ab417806e1f053ca5e78 (diff)
downloadeclipse.platform.swt-7c91ffd02cad97017aa308f745fc80cc62c6cb27.tar.gz
eclipse.platform.swt-7c91ffd02cad97017aa308f745fc80cc62c6cb27.tar.xz
eclipse.platform.swt-7c91ffd02cad97017aa308f745fc80cc62c6cb27.zip
Bug 372145: typo
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
index 1f91f9e7f2..32dd639278 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2010 IBM Corporation and others.
+ * Copyright (c) 2000, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -11,10 +11,10 @@
package org.eclipse.swt.widgets;
-import org.eclipse.swt.internal.*;
-import org.eclipse.swt.internal.win32.*;
import org.eclipse.swt.*;
import org.eclipse.swt.graphics.*;
+import org.eclipse.swt.internal.*;
+import org.eclipse.swt.internal.win32.*;
/**
* Instances of this class are controls which are capable
@@ -407,7 +407,7 @@ void fixTabList (Control control) {
* will be one of the following constants defined in class
* <code>SWT</code>:
* <code>INHERIT_NONE</code>, <code>INHERIT_DEFAULT</code>,
- * <code>INHERTIT_FORCE</code>.
+ * <code>INHERIT_FORCE</code>.
*
* @return the background mode
*