Fixed a spelling warning that lintian complained about.
authorMonty Taylor <mordred@inaugust.com>
Wed, 16 Sep 2009 09:07:09 +0000 (02:07 -0700)
committerMonty Taylor <mordred@inaugust.com>
Wed, 16 Sep 2009 09:07:09 +0000 (02:07 -0700)
clients/utilities.c

index 9ad6edcf90789310dea7d3c4da3abcc8dbb45ac1..e7d8df94b067302c8ca2095501d2f5fa03c6e1ab 100644 (file)
@@ -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_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.");
   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.");