diff options
author | Joseph Henry <josephjah@gmail.com> | 2018-06-07 17:25:27 -0700 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2018-06-07 17:25:27 -0700 |
commit | 9681fedbb44a25ffa1108b88a4795e017746ca6c (patch) | |
tree | 78ed8bd33e87863aa826f86656aa728bbf777ec8 /include | |
parent | b6d97af4514ec433bfbb6d8e6b696a8d62e98bef (diff) | |
download | infinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.tar.gz infinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.zip |
Spellcheck sweep across codebase
Diffstat (limited to 'include')
-rw-r--r-- | include/ZeroTierOne.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 15e15bd1..b3927c2e 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -411,7 +411,7 @@ enum ZT_ResultCode ZT_RESULT_ERROR_UNSUPPORTED_OPERATION = 1001, /** - * The requestion operation was given a bad parameter or was called in an invalid state + * The requested operation was given a bad parameter or was called in an invalid state */ ZT_RESULT_ERROR_BAD_PARAMETER = 1002 }; @@ -1498,7 +1498,7 @@ typedef int (*ZT_WirePacketSendFunction)( /** * Function to check whether a path should be used for ZeroTier traffic * - * Paramters: + * Parameters: * (1) Node * (2) User pointer * (3) ZeroTier address or 0 for none/any @@ -1531,7 +1531,7 @@ typedef int (*ZT_PathCheckFunction)( * (1) Node * (2) User pointer * (3) ZeroTier address (least significant 40 bits) - * (4) Desried address family or -1 for any + * (4) Desired address family or -1 for any * (5) Buffer to fill with result * * If provided this function will be occasionally called to get physical @@ -1696,7 +1696,7 @@ ZT_SDK_API enum ZT_ResultCode ZT_Node_processBackgroundTasks(ZT_Node *node,void * Join a network * * This may generate calls to the port config callback before it returns, - * or these may be deffered if a netconf is not available yet. + * or these may be differed if a netconf is not available yet. * * If we are already a member of the network, nothing is done and OK is * returned. |