fix typos

This commit is contained in:
Brenton Bostick 2022-12-01 09:24:33 -05:00
parent 85c0322313
commit 5b5f9a069a
6 changed files with 7 additions and 7 deletions

View file

@ -1208,7 +1208,7 @@ typedef struct
bool ssoEnabled;
/**
* SSO verison
* SSO version
*/
uint64_t ssoVersion;
@ -2066,7 +2066,7 @@ ZT_SDK_API int ZT_Node_sendUserMessage(ZT_Node *node,void *tptr,uint64_t dest,ui
* NetworkConfigMaster base class in node/. No type checking is performed,
* so a pointer to anything else will result in a crash.
*
* @param node ZertTier One node
* @param node ZeroTier One node
* @param networkConfigMasterInstance Instance of NetworkConfigMaster C++ class or NULL to disable
* @return OK (0) or error code if a fatal error condition has occurred
*/