From 727f2ebc84b6a3e6db6223ed8f5584d5cbbddbf6 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 17 Oct 2016 13:20:09 +0200 Subject: trivial: correct some spelling mistakes in comments and logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: 1385593 Change-Id: Icfae9e557a284182c6c22e9606fdd641528906f0 Reported-by: Patrick Matthäi Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/15656 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Atin Mukherjee Reviewed-by: jiffin tony Thottan Reviewed-by: Kotresh HR Smoke: Gluster Build System --- xlators/features/bit-rot/src/bitd/bit-rot.c | 2 +- xlators/features/trash/src/trash.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/features') diff --git a/xlators/features/bit-rot/src/bitd/bit-rot.c b/xlators/features/bit-rot/src/bitd/bit-rot.c index 882ac1da6b4..e55a22f1cdc 100644 --- a/xlators/features/bit-rot/src/bitd/bit-rot.c +++ b/xlators/features/bit-rot/src/bitd/bit-rot.c @@ -1211,7 +1211,7 @@ br_enact_scrubber (xlator_t *this, br_child_t *child) fsscrub = &priv->fsscrub; /** - * if this child already witnesses a successfull connection earlier + * if this child already witnesses a successful connection earlier * there's no need to initialize mutexes, condvars, etc.. */ if (_br_child_witnessed_connection (child)) diff --git a/xlators/features/trash/src/trash.c b/xlators/features/trash/src/trash.c index fd5507ff694..22ee0a3f48e 100644 --- a/xlators/features/trash/src/trash.c +++ b/xlators/features/trash/src/trash.c @@ -1669,7 +1669,7 @@ trash_truncate_stat_cbk (call_frame_t *frame, void *cookie, xlator_t *this, local->newloc.inode = inode_new (local->loc.inode->table); local->newfd = fd_create (local->newloc.inode, frame->root->pid); - /* Creating vaild parent and pargfids for both files */ + /* Creating valid parent and pargfids for both files */ if (dir_entry == NULL) { ret = EINVAL; -- cgit