mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-25 08:21:08 +00:00
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:
parent
d8acaba816
commit
f395130dd3
1 changed files with 2 additions and 2 deletions
|
@ -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]={
|
||||
|
|
Loading…
Reference in a new issue