From 9cb0c751a7209fcd11bca7d9ae7c5a92fbc7e591 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 24 Oct 2022 13:52:54 +0000 Subject: [PATCH] Bug 31629: (follow-up) Fix spelling of background Signed-off-by: Nick Clemens --- misc/cronjobs/cleanup_database.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl index 8488c6a105..b49cf6ce27 100755 --- a/misc/cronjobs/cleanup_database.pl +++ b/misc/cronjobs/cleanup_database.pl @@ -330,7 +330,7 @@ if ($elasticqueue_days) { $count = $sth->rows; } if ( $verbose ) { - say $confirm ? "$count elastic index jobs were deleted from the background jobs queue." : "Elastic reindex jobs from backgorund jobs queue would have been deleted"; + say $confirm ? "$count elastic index jobs were deleted from the background jobs queue." : "Elastic reindex jobs from background jobs queue would have been deleted"; say "Done with elasticqueue purge."; } } @@ -349,7 +349,7 @@ if ($jobsqueue_days) { $count = $sth->rows; } if ( $verbose ) { - say $confirm ? "$count jobs were deleted from the background jobs queue." : "All entries from backgorund jobs queue would have been deleted"; + say $confirm ? "$count jobs were deleted from the background jobs queue." : "All entries from background jobs queue would have been deleted"; say "Done with background jobs queue purge."; } } -- 2.30.2