mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-11 22:15:14 +00:00
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:
parent
cf8d9ae3cd
commit
0bb519e6e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user