From 5341bcb79555ca32c14339b21df478f2e559488a Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Wed, 11 Sep 2013 23:25:03 -0700 Subject: [PATCH] Fix miscellaneous typos --- clients/memtouch.cc | 2 +- clients/ms_setting.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/memtouch.cc b/clients/memtouch.cc index bf68a3db..09e0c92a 100644 --- a/clients/memtouch.cc +++ b/clients/memtouch.cc @@ -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 */ diff --git a/clients/ms_setting.h b/clients/ms_setting.h index ec060c41..4bab2b99 100644 --- a/clients/ms_setting.h +++ b/clients/ms_setting.h @@ -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 */ -- 2.30.2