Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Fix spelling error in environment tab

applied, thanks.

Robb, Sam wrote:
There doesn't appear to be a Changelog for org.eclipse.cdt.launch yet...

    * src/../launch/ui/CEnvironmentTab.java: Fix spelling error

--- CEnvironmentTab.java.orig	2002-10-23 12:29:03.000000000 -0400
+++ CEnvironmentTab.java	2002-10-23 12:30:00.000000000 -0400
@@ -380,7 +380,7 @@
 	 * @see org.eclipse.debug.ui.ILaunchConfigurationTab#getName()
 	 */
 	public String getName() {
-		return "Enviroment";
+		return "Environment";
 	}
/**

_______________________________________________
cdt-patch mailing list
cdt-patch@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-patch




Back to the top