From 0f1f933b6e91333e7c7fe20b2f5db599c6b6f239 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 15 Feb 2021 15:47:17 +0900 Subject: tree-wide: fix typo --- src/fsck/fsck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fsck') diff --git a/src/fsck/fsck.c b/src/fsck/fsck.c index 94aa31e71a..584d441c94 100644 --- a/src/fsck/fsck.c +++ b/src/fsck/fsck.c @@ -208,7 +208,7 @@ static int process_progress(int fd, FILE* console) { p = percent(pass, cur, max); r = fprintf(console, "\r%s: fsck %3.1f%% complete...\r", device, p); if (r < 0) - return -EIO; /* No point in continuing if something happend to our output stream */ + return -EIO; /* No point in continuing if something happened to our output stream */ fflush(console); clear = MAX(clear, r); -- cgit v1.2.1