mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Typo on the attribute.
This commit is contained in:
parent
fa7704633a
commit
56bb1ccb87
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class CFileTypeResolver implements ICFileTypeResolver {
|
|||
private static final String EXTENSION_TYPE = "CFileType"; //$NON-NLS-1$
|
||||
private static final String EXTENSION_ASSOC = "CFileTypeAssociation"; //$NON-NLS-1$
|
||||
private static final String ATTR_ID = "id"; //$NON-NLS-1$
|
||||
private static final String ATTR_LANGUAGE = "langauge"; //$NON-NLS-1$
|
||||
private static final String ATTR_LANGUAGE = "language"; //$NON-NLS-1$
|
||||
private static final String ATTR_NAME = "name"; //$NON-NLS-1$
|
||||
private static final String ATTR_TYPE = "type"; //$NON-NLS-1$
|
||||
private static final String ATTR_EXT = "pattern"; //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue