[Ocfs2-tools-devel] [PATCH] fsck.ocfs2: fix a spelling mistake
alex chen
alex.chen at huawei.com
Tue Mar 3 02:58:01 PST 2015
Signed-off-by: Alex Chen <alex.chen at huawei.com>
---
fsck.ocfs2/pass0.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fsck.ocfs2/pass0.c b/fsck.ocfs2/pass0.c
index bb05040..bbcbc56 100755
--- a/fsck.ocfs2/pass0.c
+++ b/fsck.ocfs2/pass0.c
@@ -1105,7 +1105,7 @@ static errcode_t verify_chain_alloc(o2fsck_state *ost,
(uint64_t)di->i_blkno)) {
if (!trust_next_free) {
- printf("Can't remove the chain becuase "
+ printf("Can't remove the chain because "
"next_free_rec hasn't been fixed\n");
continue;
}
--
1.8.4.3
More information about the Ocfs2-tools-devel
mailing list