@@ -1494,7 +1494,7 @@ determine_online_status(xmlNode * node_state, node_t * this_node, pe_working_set
1494
1494
}
1495
1495
1496
1496
if (online && this_node -> details -> shutdown ) {
1497
- /* dont run resources here */
1497
+ /* don't run resources here */
1498
1498
this_node -> fixed = TRUE;
1499
1499
this_node -> weight = - INFINITY ;
1500
1500
}
@@ -2381,14 +2381,14 @@ find_lrm_op(const char *resource, const char *op, const char *node, const char *
2381
2381
}
2382
2382
2383
2383
static void
2384
- unpack_rsc_migration (resource_t * rsc , node_t * node , xmlNode * xml_op , pe_working_set_t * data_set )
2384
+ unpack_rsc_migration (resource_t * rsc , node_t * node , xmlNode * xml_op , pe_working_set_t * data_set )
2385
2385
{
2386
-
2386
+
2387
2387
/*
2388
2388
* The normal sequence is (now): migrate_to(Src) -> migrate_from(Tgt) -> stop(Src)
2389
2389
*
2390
- * So if a migrate_to is followed by a stop, then we dont need to care what
2391
- * happended on the target node
2390
+ * So if a migrate_to is followed by a stop, then we don't need to care what
2391
+ * happened on the target node
2392
2392
*
2393
2393
* Without the stop, we need to look for a successful migrate_from.
2394
2394
* This would also imply we're no longer running on the source
@@ -3096,13 +3096,13 @@ unpack_rsc_op(resource_t * rsc, node_t * node, xmlNode * xml_op, xmlNode ** last
3096
3096
if (is_not_set (rsc -> flags , pe_rsc_unique )) {
3097
3097
parent = uber_parent (rsc );
3098
3098
}
3099
-
3099
+
3100
3100
pe_rsc_trace (rsc , "Unpacking task %s/%s (call_id=%d, status=%d, rc=%d) on %s (role=%s)" ,
3101
3101
task_key , task , task_id , status , rc , node -> details -> uname , role2text (rsc -> role ));
3102
3102
3103
3103
if (node -> details -> unclean ) {
3104
3104
pe_rsc_trace (rsc , "Node %s (where %s is running) is unclean."
3105
- " Further action depends on the value of the stop's on-fail attribue " ,
3105
+ " Further action depends on the value of the stop's on-fail attribute " ,
3106
3106
node -> details -> uname , rsc -> id );
3107
3107
}
3108
3108
0 commit comments