summaryrefslogtreecommitdiff
path: root/fs/bcachefs/snapshot.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2023-09-12 11:25:27 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:10:13 +0300
commit6bf3766b5211dde53e5a2f88082d71073ea6e7df (patch)
tree48555d0e354a4938a80721290047b3c9bc369ba7 /fs/bcachefs/snapshot.c
parent74c1e4221b6630e864d1efe4e718538dcee5d816 (diff)
downloadlinux-6bf3766b5211dde53e5a2f88082d71073ea6e7df.tar.xz
bcachefs: Fix a handful of spelling mistakes in various messages
There are several spelling mistakes in error messages. Fix these. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/snapshot.c')
-rw-r--r--fs/bcachefs/snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/snapshot.c b/fs/bcachefs/snapshot.c
index 9bab9860b20b..cfd70d6dea62 100644
--- a/fs/bcachefs/snapshot.c
+++ b/fs/bcachefs/snapshot.c
@@ -1385,7 +1385,7 @@ int bch2_delete_dead_snapshots(struct bch_fs *c)
if (!test_bit(BCH_FS_STARTED, &c->flags)) {
ret = bch2_fs_read_write_early(c);
if (ret) {
- bch_err_msg(c, ret, "error deleleting dead snapshots: error going rw");
+ bch_err_msg(c, ret, "deleting dead snapshots: error going rw");
return ret;
}
}