From cdddb819b964eff0268498e8bfa0e67c77782094 Mon Sep 17 00:00:00 2001 From: Patrick Matthäi Date: Fri, 31 Mar 2017 12:27:20 +0200 Subject: build: miscellaneous spelling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Debian builds detected spelling issues with GlusterFS 3.10.1. Instead of carrying the patch in the Debian sources, let's include the fixes here too. Change-Id: I38db6adf142f7ec247bffd47aa1e6ff1a0c49e00 Reported-by: Patrick Matthäi BUG: 1437853 Signed-off-by: Niels de Vos Reviewed-on: https://review.gluster.org/16973 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Raghavendra G --- xlators/performance/md-cache/src/md-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/performance/md-cache/src') diff --git a/xlators/performance/md-cache/src/md-cache.c b/xlators/performance/md-cache/src/md-cache.c index eb1032b3c91..b6969cda56e 100644 --- a/xlators/performance/md-cache/src/md-cache.c +++ b/xlators/performance/md-cache/src/md-cache.c @@ -682,7 +682,7 @@ mdc_inode_xatt_set (xlator_t *this, inode_t *inode, dict_t *dict) LOCK (&mdc->lock); { if (mdc->xattr) { - gf_msg_trace ("md-cache", 0, "deleteing the old xattr " + gf_msg_trace ("md-cache", 0, "deleting the old xattr " "cache (%s)", uuid_utoa (inode->gfid)); dict_unref (mdc->xattr); mdc->xattr = NULL; -- cgit