diff options
Diffstat (limited to 'xlators')
-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); |