mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
fixed a misspelling
This commit is contained in:
parent
a408e5f685
commit
e45475c5b5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public interface EventListener {
|
|||
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 source {@link InetSocketAddress} containing the origin address of the packet
|
||||
|
|
Loading…
Add table
Reference in a new issue