fix: fix typos in source code comments

This commit is contained in:
Sefinek
2026-05-28 15:44:56 +02:00
parent d2c2a6ef0b
commit 00d445a269
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -541,7 +541,7 @@ bool DataStore::putBlobByKey(const uint8_t key[], int key_len, const uint8_t src
uint32_t pos = 0, found_pos = 0;
uint32_t min_timestamp = 0xFFFFFFFF;
// search for matching key OR evict by oldest timestmap
// search for matching key OR evict by oldest timestamp
BlobRec tmp;
file.seek(0);
while (file.read((uint8_t *) &tmp, sizeof(tmp)) == sizeof(tmp)) {