fs: fat_fs: fix spelling of "available"

s/avaialble/available/

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-02-17 18:29:32 +01:00 committed by Benjamin Cabé
commit 76b1e41431

View file

@ -8,7 +8,7 @@
/* The file is based on template file by (C)ChaN, 2019, as
* available from FAT FS module source:
* https://github.com/zephyrproject-rtos/fatfs/blob/master/diskio.c
* and has been previously avaialble from directory for that module
* and has been previously available from directory for that module
* under name zfs_diskio.c.
*/
#include <ff.h>