Run codespell -w with the latest dictonary again

This commit is contained in:
Xiang Xiao
2020-02-23 12:51:44 +08:00
committed by Gregory Nutt
parent d660492289
commit 41d88f06e7
261 changed files with 529 additions and 529 deletions

View File

@@ -82,7 +82,7 @@ int main(int argc, FAR char *argv[])
return -1;
}
/* Find the inode of the block driver indentified by 'source' */
/* Find the inode of the block driver identified by 'source' */
ret = open_blockdriver(argv[1], 0, &inode);
if (ret < 0)
@@ -211,7 +211,7 @@ int main(int argc, FAR char *argv[])
goto errout_with_buffers;
}
/* Generate compare string and do the comapre */
/* Generate compare string and do the compare */
printf("\r%d ", sectors[x]);