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
This commit is contained in:
Dave Wetzel 2003-03-27 15:19:24 +00:00
parent d8acaba816
commit f395130dd3

View file

@ -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]={