From: František Dvořák Date: Tue, 5 Oct 2010 17:34:50 +0000 (+0000) Subject: Typo. X-Git-Tag: glite-lbjp-common-gsoap-plugin_R_3_0_0_1~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9b0f5b5898ff5b840ca1fa2c3c8f9643a6f79dca;p=jra1mw.git Typo. --- 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) ||