Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fbc5360 authored by Colin Ian King's avatar Colin Ian King Committed by Ilya Dryomov
Browse files

ceph: fix spelling mistake: "enabing" -> "enabling"



trivial fix to spelling mistake in debug message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarYan, Zheng <zyan@redhat.com>
parent 52953d55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ void ceph_fscache_file_set_cookie(struct inode *inode, struct file *filp)
		fscache_enable_cookie(ci->fscache, ceph_fscache_can_enable,
				inode);
		if (fscache_cookie_enabled(ci->fscache)) {
			dout("fscache_file_set_cookie %p %p enabing cache\n",
			dout("fscache_file_set_cookie %p %p enabling cache\n",
			     inode, filp);
		}
	}