Skip to content

Commit 8e654f9

Browse files
authored
Merge pull request #385 from arduino-libraries/pennam-typo
Fix typo in comments
2 parents 4929d5b + debfe4f commit 8e654f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/ota/FlashSHA256.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ String FlashSHA256::calc(uint32_t const start_addr, uint32_t const max_flash_siz
8181
}
8282

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

0 commit comments

Comments
 (0)