From 6d18dbeb465cbe11c8f4cfd9c6f64db1d60c7f4a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 16 Sep 2009 02:07:09 -0700 Subject: [PATCH] Fixed a spelling warning that lintian complained about. --- clients/utilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.30.2