Fix miscellaneous typos
authorMarc Abramowitz <marca@surveymonkey.com>
Thu, 12 Sep 2013 06:25:03 +0000 (23:25 -0700)
committerMarc Abramowitz <marca@surveymonkey.com>
Thu, 12 Sep 2013 06:25:03 +0000 (23:25 -0700)
clients/memtouch.cc
clients/ms_setting.h

index bf68a3dbbebf5a8fed6ee018caf2e38469fe658e..09e0c92a2074fb87479960f81d44d1d25f4b48ac 100644 (file)
@@ -24,7 +24,7 @@
 #include "utilities.h"
 
 #define PROGRAM_NAME "memtouch"
-#define PROGRAM_DESCRIPTION "Update the expiration value of an alreasy existing value in the sever"
+#define PROGRAM_DESCRIPTION "Update the expiration value of an already existing value in the server"
 
 
 /* Prototypes */
index ec060c4103d9a83930e5881f1cef1d2f29b38516..4bab2b99d259e3b1b15fb4431778a7ea4000a83a 100644 (file)
@@ -47,7 +47,7 @@ typedef struct token_s
 #define MAX_TOKENS    10
 
 /* server information */
-typedef struct mcd_sever
+typedef struct mcd_server
 {
   char srv_host_name[MCD_HOST_LENGTH];              /* host name of server */
   int srv_port;                                     /* server port */