X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.c;h=53a366b2852cc493821c6c9de7336c0aba65a731;hb=b4de8d3fd063b9017797dd9809ab3acb8a537606;hp=9ad6edcf90789310dea7d3c4da3abcc8dbb45ac1;hpb=bbd526419742d4a9bb99fcb1a56a80969ebe90fb;p=m6w6%2Flibmemcached diff --git a/clients/utilities.c b/clients/utilities.c index 9ad6edcf..53a366b2 100644 --- a/clients/utilities.c +++ b/clients/utilities.c @@ -28,7 +28,7 @@ static const char *lookup_help(memcached_options option) { case OPT_SERVERS: return("List which servers you wish to connect to."); case OPT_VERSION: return("Display the version of the application and then exit."); - case OPT_HELP: return("Diplay this message and then exit."); + case OPT_HELP: return("Display this message and then exit."); case OPT_VERBOSE: return("Give more details on the progression of the application."); case OPT_DEBUG: return("Provide output only useful for debugging."); case OPT_FLAG: return("Provide flag information for storage operation."); @@ -81,7 +81,7 @@ void help_command(const char *command_name, const char *description, void process_hash_option(memcached_st *memc, char *opt_hash) { uint64_t set; - memcached_return rc; + memcached_return_t rc; if (opt_hash == NULL) return;