From f739442a5dc5f17711b580bd65a2d25d434364a5 Mon Sep 17 00:00:00 2001 From: Thomas Fletcher Date: Wed, 21 Aug 2002 18:06:35 +0000 Subject: [PATCH] Fixed a typo, check commit access. --- .../eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java b/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java index c54f700f889..598f09d398b 100644 --- a/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java +++ b/launch/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ICDTLaunchConfigurationConstants.java @@ -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$