diff options
author | Jan-Hendrik Zab <zab@l3s.de> | 2014-12-04 14:06:15 +0100 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-12-05 03:24:13 -0800 |
commit | 318df520945a5d618f45a3a3f680e2b39a278375 (patch) | |
tree | d74dc3b8b78156daed37d8f7decc085f2cba328b /xlators/features | |
parent | 80fa3559583ac2c45e4dda9a26272090cd72f1bb (diff) |
Fixed small typo in marker.c
Change-Id: Iec89e7141f6ff3216355d8a6b971617e16df679b
BUG: 1075417
Signed-off-by: Jan-Hendrik Zab <zab@l3s.de>
Reviewed-on: http://review.gluster.org/9238
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/marker/src/marker.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |