From 4c3680ad355fa8c5f691eef73eec4f2677829340 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 24 Aug 2010 02:15:56 +0000 Subject: fix the typo present in sh_missing_entries_create function Signed-off-by: Raghavendra Bhat Signed-off-by: Anand V. Avati BUG: 905 (Typo in log message in sh_missing_entries_create of afr-self-heal-common.c) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=905 --- xlators/cluster/afr/src/afr-self-heal-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster/afr/src/afr-self-heal-common.c') diff --git a/xlators/cluster/afr/src/afr-self-heal-common.c b/xlators/cluster/afr/src/afr-self-heal-common.c index 6a665b667..aad259b84 100644 --- a/xlators/cluster/afr/src/afr-self-heal-common.c +++ b/xlators/cluster/afr/src/afr-self-heal-common.c @@ -1200,7 +1200,7 @@ sh_missing_entries_create (call_frame_t *frame, xlator_t *this) if (govinda_gOvinda) { gf_log (this->name, GF_LOG_ERROR, - "conflicing filetypes exist for path %s. returning.", + "conflicting filetypes exist for path %s. returning.", local->loc.path); local->govinda_gOvinda = 1; -- cgit