X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.c;h=e7d8df94b067302c8ca2095501d2f5fa03c6e1ab;hb=771170f522f2186b7fb0cde6052dbe37c1a9f1b7;hp=9ad6edcf90789310dea7d3c4da3abcc8dbb45ac1;hpb=c3dd2b1a405b440095f45b6f5ad8b4d4fd0d83a2;p=m6w6%2Flibmemcached diff --git a/clients/utilities.c b/clients/utilities.c index 9ad6edcf..e7d8df94 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.");