summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachidananda Urs <sac@gluster.com>2011-09-19 12:32:33 +0530
committerVijay Bellur <vijay@gluster.com>2011-09-19 01:23:54 -0700
commitd70f640ea121643fadef2f19a33d18d81c9f5bb5 (patch)
tree1c5663c7776c74638df90a356475f67ce986eb37
parent02db3a0e457654b35c1a147403f1e99f691dcd52 (diff)
Fix typo in log message.
Change-Id: Ia51ffe03c8b94ddfe21c6609bc0d54b5bd29eca7 BUG: 3158 Reviewed-on: http://review.gluster.com/392 Reviewed-by: Vijay Bellur <vijay@gluster.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r--xlators/cluster/dht/src/dht-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c
index e221e10ab..fc251c90b 100644
--- a/xlators/cluster/dht/src/dht-common.c
+++ b/xlators/cluster/dht/src/dht-common.c
@@ -688,7 +688,7 @@ dht_lookup_everywhere_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
/* This is where we need 'rename' both entries logic */
gf_log (this->name, GF_LOG_WARNING,
"multiple subvolumes (%s and %s) have "
- "file %s (preferrably rename the file "
+ "file %s (preferably rename the file "
"in the backend, and do a fresh lookup)",
local->cached_subvol->name,
subvol->name, local->loc.path);