X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=include%2Fmemcached.h;h=175c93c3529c5e17347d0009ea739dcdf55ac9b2;hb=b01ff6189633c1bf86f94065d2564810e6871869;hp=2b448081733e4fae5e0ac21f1c458c18b3bf91aa;hpb=82a0e8be2e1002c6f173baf7c2dfdbb281ee2136;p=awesomized%2Flibmemcached diff --git a/include/memcached.h b/include/memcached.h index 2b448081..175c93c3 100644 --- a/include/memcached.h +++ b/include/memcached.h @@ -35,7 +35,7 @@ typedef struct memcached_server_st memcached_server_st; #define MEMCACHED_MAX_HOST_LENGTH 64 #define MEMCACHED_WHEEL_SIZE 1024 #define MEMCACHED_STRIDE 4 -#define MEMCACHED_DEFAILT_TIMEOUT 100 +#define MEMCACHED_DEFAULT_TIMEOUT 100 typedef enum { MEMCACHED_SUCCESS, @@ -72,7 +72,7 @@ typedef enum { } memcached_return; typedef enum { - MEMCACHED_DISTRIBUTION_MODULO, + MEMCACHED_DISTRIBUTION_MODULA, MEMCACHED_DISTRIBUTION_CONSISTENT, } memcached_server_distribution;