Skip to content

Commit 8bdc866

Browse files
committed
Typo fixed.
1 parent 2fe34bf commit 8bdc866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/MakapixPlugin/src/FileCache.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ class FileCache
122122
/* Update timestamp */
123123
for (uint8_t idx = 0U; idx < MAX_FILES; ++idx)
124124
{
125-
Entry& entry = m_fileList[idx];
125+
Entry& entry = m_fileList[idx];
126126

127127
/* Filename format: <path><id>.<extension> */
128-
String fullPathWitoutExtension = m_path;
129-
fullPathWithoutExtension += id;
128+
String fullPathWithoutExtension = m_path;
129+
fullPathWithoutExtension += id;
130130

131131
if (true == entry.filename.startsWith(fullPathWithoutExtension))
132132
{

0 commit comments

Comments
 (0)