diff options
author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2010-08-24 02:15:56 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-24 02:35:54 -0700 |
commit | 4c3680ad355fa8c5f691eef73eec4f2677829340 (patch) | |
tree | 2051dc2d440822c1d98d0a11fdceeefab141e314 /xlators/cluster/afr/src/afr-self-heal-common.c | |
parent | fbd4023aada9d51d9be1b9060ab90ae20cccf119 (diff) |
fix the typo present in sh_missing_entries_create function
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
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
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal-common.c')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |