diff options
| author | Brenton Bostick <[email protected]> | 2023-01-11 13:42:30 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-11 19:42:30 +0100 |
| commit | d31f238be02899858f1bdac0efbccfa4da5bac1d (patch) | |
| tree | 524a1015f759ce0d13ddb59e2d1847f77d612ef0 /node | |
| parent | 27c26a77a25c201221eff694083651a7fe8ff56b (diff) | |
fix typos (#1843)
Diffstat (limited to 'node')
| -rw-r--r-- | node/MAC.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/MAC.hpp b/node/MAC.hpp index 76ee4bf3..de72a1ae 100644 --- a/node/MAC.hpp +++ b/node/MAC.hpp @@ -149,7 +149,7 @@ public: /** * Get the ZeroTier address for this MAC on this network (assuming no bridging of course, basic unicast) * - * This just XORs the next-lest-significant 5 bytes of the network ID again to unmask. + * This just XORs the next-least-significant 5 bytes of the network ID again to unmask. * * @param nwid Network ID */ |
