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:
parent
16d3e00a0f
commit
f739442a5d
1 changed files with 2 additions and 2 deletions
|
@ -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$
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue