Skip to content

Commit

Permalink
Fixed typos reported by codespell.
Browse files Browse the repository at this point in the history
  • Loading branch information
slav-at-attachix committed Jun 19, 2024
1 parent 5caffe3 commit ed46501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/upgrading/5.1-5.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The following macro definitions have been removed for esp8266:
- ``FLASH_WORK_SEC_COUNT``
- ``INTERNAL_FLASH_SIZE``

These related to the fixed system paramter block at the end of flash memory.
These related to the fixed system parameter block at the end of flash memory.
With partitions this is relocatable so any code which depends on these will be wrong.


Expand Down
2 changes: 1 addition & 1 deletion samples/Wifi_Sniffer/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void onBeacon(const BeaconInfo& beacon)
void onClient(const ClientInfo& client)
{
if(knownClients.indexOf(client.station) >= 0) {
// Allready listed
// Already listed
return;
}

Expand Down

0 comments on commit ed46501

Please sign in to comment.