44# Copyright (c) 2018 LEGO System A/S
55
66"""
7- The LWP3 :mod:`.bytecodes` module contains enums for interperting binary values
7+ The LWP3 :mod:`.bytecodes` module contains enums for interpreting binary values
88used in the `LWP3 protocol`_.
99
1010.. _LWP3 protocol: https://lego.github.io/lego-ble-wireless-protocol-docs/
@@ -261,7 +261,7 @@ class LastNetwork(IntEnum):
261261 """Not locked (default 2)."""
262262
263263 RSSI = 253
264- """RSSI depedenant (default 3)."""
264+ """RSSI dependant (default 3)."""
265265
266266 DISABLE_HW_NET = 254
267267 """Disable hardware network (default 4)."""
@@ -324,7 +324,7 @@ class MessageKind(IntEnum):
324324 """Messages that perform a hub action."""
325325
326326 HUB_ALERT = 0x03
327- """Messages to subscribe or retreive hub alerts."""
327+ """Messages to subscribe or retrieve hub alerts."""
328328
329329 HUB_ATTACHED_IO = 0x04
330330 """Messages received when an I/O device is attached."""
@@ -339,7 +339,7 @@ class MessageKind(IntEnum):
339339 """Message to put the hub in firmware update mode."""
340340
341341 FW_LOCK = 0x011
342- """Message to lock the bootloader flash memory (factort use)."""
342+ """Message to lock the bootloader flash memory (factory use)."""
343343
344344 FW_LOCK_STATUS_REQ = 0x12
345345 """Message to request the bootloader flash memory lock state."""
@@ -846,7 +846,7 @@ class HwNetCmd(IntEnum):
846846 """
847847 The timing of the user CONNECTION PRESS may be stretched (timer reset) when
848848 connecting in a Bluetooth active environment. I.e. the LONG PRESS normally
849- is used for powering down a device, but also used for gating keypresses to
849+ is used for powering down a device, but also used for gating key presses to
850850 the Central in a connection sequence (allowing a longer connection time
851851 without powering down.
852852 """
0 commit comments