From 9b0f5b5898ff5b840ca1fa2c3c8f9643a6f79dca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 5 Oct 2010 17:34:50 +0000 Subject: [PATCH] Typo. --- org.glite.lb.server/src/notification.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.server/src/notification.c b/org.glite.lb.server/src/notification.c index e36b6c5..b20b263 100644 --- a/org.glite.lb.server/src/notification.c +++ b/org.glite.lb.server/src/notification.c @@ -121,7 +121,7 @@ int edg_wll_NotifNewServer( if ( !(aux = strrchr(address_override, ':')) ) { - edg_wll_SetError(ctx, EINVAL, "Addres overrirde not in format host:port"); + edg_wll_SetError(ctx, EINVAL, "Addres override not in format host:port"); goto cleanup; } if ( !strncmp(address_override, "0.0.0.0", aux-address_override) || @@ -245,7 +245,7 @@ int edg_wll_NotifBindServer( if ( !(aux = strrchr(address_override, ':')) ) { - edg_wll_SetError(ctx, EINVAL, "Addres overrirde not in format host:port"); + edg_wll_SetError(ctx, EINVAL, "Addres override not in format host:port"); goto rollback; } if ( !strncmp(address_override, "0.0.0.0", aux-address_override) || -- 1.8.2.3