CLEANUP: fix typo in findserver() log message

There was a typo in the findserver() log message :
"found" was written "fould".
This commit is contained in:
Cyril Bonté 2012-04-04 12:57:19 +02:00 committed by Willy Tarreau
parent cf8d9ae3cd
commit 0bb519e6e5

View File

@ -366,7 +366,7 @@ struct server *findserver(const struct proxy *px, const char *name) {
continue;
}
Alert("Refusing to use duplicated server '%s' fould in proxy: %s!\n",
Alert("Refusing to use duplicated server '%s' found in proxy: %s!\n",
name, px->id);
return NULL;