From 7c91ffd02cad97017aa308f745fc80cc62c6cb27 Mon Sep 17 00:00:00 2001 From: Markus Keller Date: Thu, 8 Nov 2012 20:34:09 +0100 Subject: Bug 372145: typo --- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32') 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 * SWT: * INHERIT_NONE, INHERIT_DEFAULT, - * INHERTIT_FORCE. + * INHERIT_FORCE. * * @return the background mode * -- cgit