diff options
Diffstat (limited to 'xlators/experimental/jbr-server/src/all-templates.c')
-rw-r--r-- | xlators/experimental/jbr-server/src/all-templates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/experimental/jbr-server/src/all-templates.c b/xlators/experimental/jbr-server/src/all-templates.c index 9720442e63f..530c4187571 100644 --- a/xlators/experimental/jbr-server/src/all-templates.c +++ b/xlators/experimental/jbr-server/src/all-templates.c @@ -416,7 +416,7 @@ jbr_@NAME@_complete (call_frame_t *frame, void *cookie, xlator_t *this, GF_VALIDATE_OR_GOTO (this->name, priv, err); GF_VALIDATE_OR_GOTO (this->name, local, err); - /* If the fop failed on the leader, then reduce one succesful ack + /* If the fop failed on the leader, then reduce one successful ack * before calculating the fop quorum */ LOCK(&frame->lock); |