Update couchbase.c
authorAlan Buxey <alan.buxey@gmail.com>
Sat, 27 Jun 2015 13:22:38 +0000 (14:22 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 27 Jun 2015 13:45:38 +0000 (09:45 -0400)
src/modules/rlm_couchbase/couchbase.c

index ee965bb..bfe4ec8 100644 (file)
@@ -261,7 +261,7 @@ lcb_error_t couchbase_server_stats(lcb_t instance, const void *cookie)
 
        /* get statistics */
        if ((error = lcb_server_stats(instance, cookie, 1, commands)) == LCB_SUCCESS) {
-               /* enter event look on sucess */
+               /* enter event look on success */
                lcb_wait(instance);
        }