diff --git a/RF24Network.h b/RF24Network.h index b3687b0b..fb7c987a 100644 --- a/RF24Network.h +++ b/RF24Network.h @@ -825,7 +825,7 @@ class ESBNetwork * | @ref FLAG_FAST_FRAG| 4 (bit 2 asserted) | INTERNAL: Replaces the fastFragTransfer variable, and allows for faster transfers between directly connected nodes. | * | @ref FLAG_NO_POLL| 8 (bit 3 asserted) | EXTERNAL/USER: Disables @ref NETWORK_POLL responses on a node-by-node basis. | * - * @note Bit posistions 0 & 1 in the `networkFlags` byte are no longer used as they once were + * @note Bit positions 0 & 1 in the `networkFlags` byte are no longer used as they once were * during experimental development. */ uint8_t networkFlags;