Explorar el Código

Typo fix.

Change-Id: Ic2a1b97aa44e9168bae4a1e28941208e7711bb46
Reviewed-on: http://gerrit.dmdirc.com/3741
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
changes/41/3741/2
Chris Smith hace 9 años
padre
commit
fee3a70bb9

+ 1
- 2
src/com/dmdirc/parser/interfaces/callbacks/CompositionStateChangeListener.java Ver fichero

@@ -42,7 +42,6 @@ public interface CompositionStateChangeListener extends CallbackInterface {
42 42
      * @param state The new composition state
43 43
      * @param host Hostname of sender (or servername)
44 44
      */
45
-    void onCompositionStateCanged(Parser parser, Date date,
46
-            CompositionState state, String host);
45
+    void onCompositionStateChanged(Parser parser, Date date, CompositionState state, String host);
47 46
 
48 47
 }

Loading…
Cancelar
Guardar