diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-rpc-ops.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-rpc-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c b/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c index 3068ba43396..f7e8cfe248c 100644 --- a/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c +++ b/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c @@ -419,7 +419,7 @@ out: GLUSTERD_STACK_DESTROY (((call_frame_t *)myframe)); /* Attempt to start the state machine. Needed as no state machine could - * be running at time this RPC reply was recieved + * be running at time this RPC reply was received */ if (!ret) { glusterd_friend_sm (); |