From 0bb519e6e5e4421dca93388f10c70d8a2da60742 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cyril=20Bont=C3=A9?= Date: Wed, 4 Apr 2012 12:57:19 +0200 Subject: [PATCH] CLEANUP: fix typo in findserver() log message There was a typo in the findserver() log message : "found" was written "fould". --- src/proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxy.c b/src/proxy.c index 123fd6176..84d430aba 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -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; -- 2.47.3