fix typos

This commit is contained in:
Brenton Bostick
2023-07-19 10:19:09 -04:00
parent 9f363342d9
commit 8066b0e81f
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ package com.zerotier.sockets;
*/
public interface ZeroTierEventListener {
/*
* Called when an even occurs within ZeroTier
* Called when an event occurs within ZeroTier
*/
public void onZeroTierEvent(long id, int eventCode);
}