Skip to content

Commit f0f4e00

Browse files
smibasmiba
smiba
authored and
smiba
committed
Minor spelling correction
1 parent 85ef9d5 commit f0f4e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cronjobs/tables_cleanup.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
$log->logInfo(sprintf($strLogMask, 'cleanupTokens', $affected, number_format(microtime(true) - $start, 3), $status, $message));
6161

62-
// Clenaup shares archive
62+
// Cleanup shares archive
6363
$start = microtime(true);
6464
$status = 'OK';
6565
$message = '';
@@ -73,7 +73,7 @@
7373
}
7474
$log->logInfo(sprintf($strLogMask, 'purgeArchive', $affected, number_format(microtime(true) - $start, 3), $status, $message));
7575

76-
// Clenaup shares archive
76+
// Cleanup shares archive
7777
$start = microtime(true);
7878
$status = 'OK';
7979
$message = '';

0 commit comments

Comments
 (0)