Browse Source

fixed a misspelling

Grant Limberg 10 years ago
parent
commit
e45475c5b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      java/src/com/zerotier/sdk/EventListener.java

+ 1 - 1
java/src/com/zerotier/sdk/EventListener.java

@@ -42,7 +42,7 @@ public interface EventListener {
     public void onEvent(Event event);
     public void onEvent(Event event);
     
     
     /**
     /**
-     * Callback for network error events: {@link Event.EVENT_AUTHENTICATION_FAILUER}, {link Event.EVENT_INVALID_PACKET}
+     * Callback for network error events: {@link Event.EVENT_AUTHENTICATION_FAILURE}, {link Event.EVENT_INVALID_PACKET}
      *
      *
      * @param event {@link Event} enum
      * @param event {@link Event} enum
      * @param source {@link InetSocketAddress} containing the origin address of the packet
      * @param source {@link InetSocketAddress} containing the origin address of the packet