From 318df520945a5d618f45a3a3f680e2b39a278375 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Zab Date: Thu, 4 Dec 2014 14:06:15 +0100 Subject: Fixed small typo in marker.c Change-Id: Iec89e7141f6ff3216355d8a6b971617e16df679b BUG: 1075417 Signed-off-by: Jan-Hendrik Zab Reviewed-on: http://review.gluster.org/9238 Reviewed-by: Pranith Kumar Karampuri Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/features/marker/src/marker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/marker/src/marker.c') diff --git a/xlators/features/marker/src/marker.c b/xlators/features/marker/src/marker.c index 99e8d59032d..cec9dff05a3 100644 --- a/xlators/features/marker/src/marker.c +++ b/xlators/features/marker/src/marker.c @@ -2792,7 +2792,7 @@ marker_readdirp_cbk (call_frame_t *frame, void *cookie, xlator_t *this, ret = marker_inode_loc_fill (entry->inode, entry->d_name, &loc); if (ret) { - gf_log (this->name, GF_LOG_WARNING, "Couln't build " + gf_log (this->name, GF_LOG_WARNING, "Couldn't build " "loc for %s/%s", uuid_utoa (local->loc.inode->gfid), entry->d_name); -- cgit