summaryrefslogtreecommitdiffstats
path: root/xlators/features/changelog/src/changelog.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/changelog/src/changelog.c')
-rw-r--r--xlators/features/changelog/src/changelog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/changelog/src/changelog.c b/xlators/features/changelog/src/changelog.c
index a2d18ac4d61..a8bd6bde34b 100644
--- a/xlators/features/changelog/src/changelog.c
+++ b/xlators/features/changelog/src/changelog.c
@@ -2758,7 +2758,7 @@ changelog_init_rpc (xlator_t *this, changelog_priv_t *priv)
if (!priv->rbuf)
goto cleanup_thread;
- rpc = changelog_init_rpc_listner (this, priv,
+ rpc = changelog_init_rpc_listener (this, priv,
priv->rbuf, NR_DISPATCHERS);
if (!rpc)
goto cleanup_rbuf;