1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

Fixed a typo.

This commit is contained in:
Sergey Prigogin 2009-04-15 06:02:07 +00:00
parent fc31232277
commit f126984c7a

View file

@ -85,7 +85,7 @@ public interface ICPPClassType extends ICompositeType, ICPPBinding {
public ICPPMethod[] getDeclaredMethods() throws DOMException;
/**
* Returns an array of ICPPConstructor objects representing the contructors
* Returns an array of ICPPConstructor objects representing the constructors
* for this class. This list includes both declared and implicit
* constructors.
*