From be4f9a661e67ab545c1aad10f6414f2d77bc2025 Mon Sep 17 00:00:00 2001 From: Sheng Yong Date: Fri, 23 Feb 2018 11:17:55 +0800 Subject: [PATCH] fsck.f2fs: fix typo Signed-off-by: Sheng Yong Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- fsck/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsck/main.c b/fsck/main.c index 804f71a..bbf82c3 100644 --- a/fsck/main.c +++ b/fsck/main.c @@ -137,7 +137,7 @@ static void error_out(char *prog) else if (!strcmp("sload.f2fs", prog)) sload_usage(); else - MSG(0, "\nWrong progam.\n"); + MSG(0, "\nWrong program.\n"); } void f2fs_parse_options(int argc, char *argv[]) -- 2.7.4