Skip to content

Commit

Permalink
Merge pull request #385 from arduino-libraries/pennam-typo
Browse files Browse the repository at this point in the history
Fix typo in comments
  • Loading branch information
pennam authored Oct 9, 2023
2 parents 4929d5b + debfe4f commit 8e654f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/ota/FlashSHA256.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ String FlashSHA256::calc(uint32_t const start_addr, uint32_t const max_flash_siz
}

/* We've read a normal segment with the next segment not containing
* any erased elements, just update the SHA256 hash calcultion.
* any erased elements, just update the SHA256 hash calculation.
*/
sha256.update(chunk, FLASH_READ_CHUNK_SIZE);
bytes_read += FLASH_READ_CHUNK_SIZE;
Expand Down

0 comments on commit 8e654f9

Please sign in to comment.