Skip to content

Commit

Permalink
Fix typos reported by codespell. (SmingHub#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaff committed Apr 10, 2024
1 parent 38a85ff commit 20cc413
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sming/Libraries/APA102/apa102.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class APA102
APA102(uint16_t n);

/**
* @brief Iniitialise for given number of LEDs on specific SPI device
* @brief Initialise for given number of LEDs on specific SPI device
*/
APA102(uint16_t n, SPIBase& spiRef);

Expand Down
4 changes: 2 additions & 2 deletions Sming/Libraries/AtClient/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library simplifies the communication with such devices.
Usage
-----

1. Add ``COMPONENT_DEPENDS += AtClient`` to your application componenent.mk file.
1. Add ``COMPONENT_DEPENDS += AtClient`` to your application component.mk file.
2. Add these lines to your application::

#include <AtClient.h>
Expand All @@ -38,4 +38,4 @@ Usage
atClient = new AtClient(Serial);
atClient->send("ATE0\r");
// ...
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

/*!
@defined CHAR_WIDTH
@abstract Character witdth of the display, expressed in pixeles per character.
@abstract Character width of the display, expressed in pixeles per character.
*/
#define CHAR_WIDTH 5

Expand Down

0 comments on commit 20cc413

Please sign in to comment.