mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fixed a typo.
This commit is contained in:
parent
cb0906c2ab
commit
f3588cf4b0
2 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
point="org.eclipse.core.resources.natures">
|
||||
<runtime>
|
||||
<run
|
||||
class="org.eclipse.cdt.codan.internal.core.CodeAnlysisNature">
|
||||
class="org.eclipse.cdt.codan.internal.core.CodeAnalysisNature">
|
||||
</run>
|
||||
</runtime>
|
||||
<builder
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2009, 2010 Alena Laskavaia
|
||||
* Copyright (c) 2009, 2010 Alena Laskavaia
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* Alena Laskavaia - initial API and implementation
|
||||
* Alena Laskavaia - initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.codan.internal.core;
|
||||
|
||||
|
@ -19,7 +19,7 @@ import org.eclipse.core.runtime.CoreException;
|
|||
/**
|
||||
* Code Analysis Nature for builder
|
||||
*/
|
||||
public class CodeAnlysisNature implements IProjectNature {
|
||||
public class CodeAnalysisNature implements IProjectNature {
|
||||
/**
|
||||
* ID of this project nature
|
||||
*/
|
Loading…
Add table
Reference in a new issue