1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed typo.

This commit is contained in:
Sergey Prigogin 2011-05-06 01:47:21 +00:00
parent 9503913d77
commit b6a00cad30

View file

@ -50,7 +50,7 @@ public class DialogField {
}
/**
* Programatical invocation of a dialog field change.
* Programmatical invocation of a dialog field change.
*/
public void dialogFieldChanged() {
if (fDialogFieldListener != null) {