[PATCH] erofs-utils: mkfs: fix a misspelling

Yifan Zhao zhaoyifan at sjtu.edu.cn
Sun Jan 14 15:42:29 AEDT 2024


Fix a misspelling in the version() function of mkfs.erofs.

Signed-off-by: Yifan Zhao <zhaoyifan at sjtu.edu.cn>
---
 mkfs/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkfs/main.c b/mkfs/main.c
index 0517849..13fea41 100644
--- a/mkfs/main.c
+++ b/mkfs/main.c
@@ -175,7 +175,7 @@ static void usage(int argc, char **argv)
 
 static void version(void)
 {
-	printf("mkfs.erofs (eorfs-utils) %s\navailable compressors: ",
+	printf("mkfs.erofs (erofs-utils) %s\navailable compressors: ",
 	       cfg.c_version);
 	print_available_compressors(stdout, ", ");
 }
-- 
2.43.0



More information about the Linux-erofs mailing list