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

Signed-off-by: Yifan Zhao <[email protected]>
---
 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

Reply via email to