1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Fixed a typo, check commit access.

This commit is contained in:
Thomas Fletcher 2002-08-21 18:06:35 +00:00
parent 16d3e00a0f
commit f739442a5d

View file

@ -39,14 +39,14 @@ public interface ICDTLaunchConfigurationConstants {
/**
* Launch configuration attribute key. The value is a boolean specifying
* wheather the current enviroment should be inherited when the application
* whether the current enviroment should be inherited when the application
* is launched.
*/
public static final String ATTR_PROGRAM_ENVIROMENT_INHERIT = LaunchUIPlugin.getUniqueIdentifier() + ".ENVIRONMENT_INHERIT"; //$NON-NLS-1$
/**
* Launch configuration attribute key. The value is a Map specifying the
* enviroment to use when launching a C/C++ application.
* environment to use when launching a C/C++ application.
*/
public static final String ATTR_PROGRAM_ENVIROMENT_MAP = LaunchUIPlugin.getUniqueIdentifier() + ".ENVIRONMENT_MAP"; //$NON-NLS-1$