diff options
author | nandika | 2010-02-19 12:16:02 +0000 |
---|---|---|
committer | nandika | 2010-02-19 12:16:02 +0000 |
commit | 50373352f7e9e2961e106a828b7980fc32ba763d (patch) | |
tree | 74a447321927a2bd0aba15e3cd4cd0ea6784257f /src | |
parent | 57e236afda35c3885bc881e6900077a1fe3ec4f2 (diff) | |
download | axis2c-50373352f7e9e2961e106a828b7980fc32ba763d.tar.gz axis2c-50373352f7e9e2961e106a828b7980fc32ba763d.tar.bz2 |
typo corrected
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@911794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/core/description/svc_grp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/description/svc_grp.c b/src/core/description/svc_grp.c index 9417654..5cca895 100644 --- a/src/core/description/svc_grp.c +++ b/src/core/description/svc_grp.c @@ -611,7 +611,7 @@ axis2_svc_grp_is_module_engaged( int size = 0; size = axutil_array_list_size(svc_grp->module_qname_list, env); - for(i = 0; size < i; i++) + for(i = 0; i < size ; i++) { modu = axutil_array_list_get(svc_grp->module_qname_list, env, i); modu_local = axutil_qname_get_localpart(modu, env); |