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
@@ -1150,7 +1150,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. */
@@ -1192,7 +1192,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. */
@@ -1300,7 +1300,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

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to