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

Fixed a typo.

This commit is contained in:
Sergey Prigogin 2012-04-29 19:01:22 -07:00
parent cb0906c2ab
commit f3588cf4b0
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@
point="org.eclipse.core.resources.natures"> point="org.eclipse.core.resources.natures">
<runtime> <runtime>
<run <run
class="org.eclipse.cdt.codan.internal.core.CodeAnlysisNature"> class="org.eclipse.cdt.codan.internal.core.CodeAnalysisNature">
</run> </run>
</runtime> </runtime>
<builder <builder

View file

@ -6,7 +6,7 @@
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* Alena Laskavaia - initial API and implementation * Alena Laskavaia - initial API and implementation
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.codan.internal.core; package org.eclipse.cdt.codan.internal.core;
@ -19,7 +19,7 @@ import org.eclipse.core.runtime.CoreException;
/** /**
* Code Analysis Nature for builder * Code Analysis Nature for builder
*/ */
public class CodeAnlysisNature implements IProjectNature { public class CodeAnalysisNature implements IProjectNature {
/** /**
* ID of this project nature * ID of this project nature
*/ */