osaf/services/saf/amf/amfnd/err.cc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/osaf/services/saf/amf/amfnd/err.cc 
b/osaf/services/saf/amf/amfnd/err.cc
--- a/osaf/services/saf/amf/amfnd/err.cc
+++ b/osaf/services/saf/amf/amfnd/err.cc
@@ -1152,7 +1152,7 @@ uint32_t avnd_err_restart_esc_level_1(AV
        /* If the SU is still instantiating, do jump to next level */
        if (su->pres == SA_AMF_PRESENCE_INSTANTIATING || su->pres == 
SA_AMF_PRESENCE_RESTARTING
            || m_AVND_SU_IS_ASSIGN_PEND(su)) {
-               /* go to the next possible level, get escalted recovery and 
modify count */
+               /* go to the next possible level, get escalated recovery and 
modify count */
                if ((cb->su_failover_max != 0) || (true == su->su_is_external)) 
{
                        /* External component should not contribute to NODE 
FAILOVER of cluster
                           component. Maximum it can go to SU FAILOVER. */
@@ -1194,7 +1194,7 @@ uint32_t avnd_err_restart_esc_level_1(AV
                su->su_restart_cnt = 0;
                su_reset_restart_count_in_comps(su);
 
-               /* go to the next possible level, get escalted recovery and 
modify count */
+               /* go to the next possible level, get escalated recovery and 
modify count */
                if ((cb->su_failover_max != 0) || (true == su->su_is_external)) 
{
                        /* External component should not contribute to NODE 
FAILOVER of cluster
                           component. Maximum it can go to SU FAILOVER. */
@@ -1302,7 +1302,7 @@ AVSV_ERR_RCVR avnd_err_esc_su_failover(A
        uint32_t rc = NCSCC_RC_SUCCESS;
        TRACE_ENTER();
 
-       /* initalize */
+       /* initialize */
        if (su->sufailover)
                *esc_rcvr = AVSV_ERR_RCVR_SU_FAILOVER;
        else

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to