From f0f4e005a0d7563c009f931f65447c1e4dc77a15 Mon Sep 17 00:00:00 2001 From: smiba Date: Wed, 21 Feb 2018 14:32:06 +0100 Subject: [PATCH] Minor spelling correction --- cronjobs/tables_cleanup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cronjobs/tables_cleanup.php b/cronjobs/tables_cleanup.php index b47918ae..c2f42780 100755 --- a/cronjobs/tables_cleanup.php +++ b/cronjobs/tables_cleanup.php @@ -59,7 +59,7 @@ if ($oToken->cleanupTokens()) { } $log->logInfo(sprintf($strLogMask, 'cleanupTokens', $affected, number_format(microtime(true) - $start, 3), $status, $message)); -// Clenaup shares archive +// Cleanup shares archive $start = microtime(true); $status = 'OK'; $message = ''; @@ -73,7 +73,7 @@ if ($affected === false) { } $log->logInfo(sprintf($strLogMask, 'purgeArchive', $affected, number_format(microtime(true) - $start, 3), $status, $message)); -// Clenaup shares archive +// Cleanup shares archive $start = microtime(true); $status = 'OK'; $message = '';