From 9b4feadeffe8ed28c7b28a08e21c2b43325594a2 Mon Sep 17 00:00:00 2001 From: dwetzel Date: Thu, 27 Mar 2003 15:19:24 +0000 Subject: [PATCH] GSWTemplates.c fixed typo. doesn't repond -> doesn't respond git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16273 72102866-910b-0410-8b05-ffd578937521 --- GSWAdaptors/common/GSWTemplates.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GSWAdaptors/common/GSWTemplates.c b/GSWAdaptors/common/GSWTemplates.c index 017fcc2..04d964d 100644 --- a/GSWAdaptors/common/GSWTemplates.c +++ b/GSWAdaptors/common/GSWTemplates.c @@ -44,8 +44,8 @@ const char *g_szErrorResponseTextTemplate[2]={ //-------------------------------------------------------------------- const char *g_szErrorNoResponseMessageTemplate[2]={ -"##APP_NAME##:##APP_INSTANCE## (##APP_HOST##:##APP_PORT##) doesn't repond", -"##APP_NAME##:##APP_INSTANCE## (##APP_HOST##:##APP_PORT##) doesn't repond"}; +"##APP_NAME##:##APP_INSTANCE## (##APP_HOST##:##APP_PORT##) doesn't respond", +"##APP_NAME##:##APP_INSTANCE## (##APP_HOST##:##APP_PORT##) doesn't respond"}; //-------------------------------------------------------------------- const char *g_szStatusResponseAllowedTemplate[2]={