Skip to content

Commit

Permalink
Merge pull request #228 from zerotier/brenton/fix-typos
Browse files Browse the repository at this point in the history
Brenton/fix typos
  • Loading branch information
laduke authored Jul 19, 2023
2 parents 9f36334 + 8066b0e commit f856f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Events.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/* Macro substitutions to standardize state checking of service, node, callbacks, and TCP/IP
* stack. These are used only for control functions that are called at a low frequency. All higher
* frequency socket calls use a unguarded state flags */
* frequency socket calls use unguarded state flags */

// Lock service and check that it is running
#define ACQUIRE_SERVICE(x) \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
public interface ZeroTierEventListener {
/*
* Called when an even occurs within ZeroTier
* Called when an event occurs within ZeroTier
*/
public void onZeroTierEvent(long id, int eventCode);
}

0 comments on commit f856f04

Please sign in to comment.