1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

fixed spelling

This commit is contained in:
David Inglis 2002-10-23 18:10:43 +00:00
parent d3f650c9c6
commit daa02c6bd6

View file

@ -380,7 +380,7 @@ public class CEnvironmentTab extends CLaunchConfigurationTab {
* @see org.eclipse.debug.ui.ILaunchConfigurationTab#getName()
*/
public String getName() {
return "Enviroment";
return "Environment";
}
/**