Skip to content

Commit

Permalink
Merge pull request #107 from timgates42/bugfix_typo_writable
Browse files Browse the repository at this point in the history
docs: fix simple typo, writtable -> writable
  • Loading branch information
LiamBindle authored Oct 2, 2020
2 parents a8a6aa0 + 69c9291 commit 24d62d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ struct mqtt_client {
/** @brief The size of the receive buffer's memory. */
size_t mem_size;

/** @brief A pointer to the next writtable location in the receive buffer. */
/** @brief A pointer to the next writable location in the receive buffer. */
uint8_t *curr;

/** @brief The number of bytes that are still writable at curr. */
Expand Down

0 comments on commit 24d62d1

Please sign in to comment.