@@ -512,7 +512,7 @@ custom_action(resource_t * rsc, char *key, const char *task,
512
512
action -> uuid , action -> node -> details -> uname );
513
513
514
514
} else if (action -> needs == rsc_req_nothing ) {
515
- pe_rsc_trace (rsc , "Action %s doesnt require anything" , action -> uuid );
515
+ pe_rsc_trace (rsc , "Action %s does not require anything" , action -> uuid );
516
516
pe_set_action_bit (action , pe_action_runnable );
517
517
#if 0
518
518
/*
@@ -1353,7 +1353,7 @@ sort_op_by_callid(gconstpointer a, gconstpointer b)
1353
1353
crm_element_value_const_int (xml_b , XML_LRM_ATTR_CALLID , & b_call_id );
1354
1354
1355
1355
if (a_call_id == -1 && b_call_id == -1 ) {
1356
- /* both are pending ops so it doesnt matter since
1356
+ /* both are pending ops so it doesn't matter since
1357
1357
* stops are never pending
1358
1358
*/
1359
1359
sort_return (0 , "pending" );
@@ -1413,7 +1413,7 @@ sort_op_by_callid(gconstpointer a, gconstpointer b)
1413
1413
/*
1414
1414
* some of the logic in here may be redundant...
1415
1415
*
1416
- * if the UUID from the TE doesnt match then one better
1416
+ * if the UUID from the TE doesn't match then one better
1417
1417
* be a pending operation.
1418
1418
* pending operations dont survive between elections and joins
1419
1419
* because we query the LRM directly
0 commit comments