Skip to content

Commit ff847f8

Browse files
committed
Fix typo: Shuting -> Shutting
Signed-off-by: Ferenc Wágner <[email protected]>
1 parent 3eaaa39 commit ff847f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ais/plugin.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ pcmk_shutdown(void)
11011101
}
11021102

11031103
if (phase == 0) {
1104-
ais_notice("Shuting down Pacemaker");
1104+
ais_notice("Shutting down Pacemaker");
11051105
phase = max;
11061106
}
11071107

mcp/pacemaker.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ pcmk_shutdown_worker(gpointer user_data)
375375
int lpc = 0;
376376

377377
if (phase == 0) {
378-
crm_notice("Shuting down Pacemaker");
378+
crm_notice("Shutting down Pacemaker");
379379
phase = max;
380380

381381
/* Add a second, more frequent, check to speed up shutdown */

0 commit comments

Comments
 (0)