We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaaa39 commit ff847f8Copy full SHA for ff847f8
lib/ais/plugin.c
@@ -1101,7 +1101,7 @@ pcmk_shutdown(void)
1101
}
1102
1103
if (phase == 0) {
1104
- ais_notice("Shuting down Pacemaker");
+ ais_notice("Shutting down Pacemaker");
1105
phase = max;
1106
1107
mcp/pacemaker.c
@@ -375,7 +375,7 @@ pcmk_shutdown_worker(gpointer user_data)
375
int lpc = 0;
376
377
378
- crm_notice("Shuting down Pacemaker");
+ crm_notice("Shutting down Pacemaker");
379
380
381
/* Add a second, more frequent, check to speed up shutdown */
0 commit comments