aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-11-25 14:37:45 +0100
committerMax Kostikov <max@kostikov.co>2019-11-25 14:37:45 +0100
commit271d280c91e188109c86a0ed91e6950194ae6396 (patch)
treeefdd20ad0caf02a64c09fcf6241f78a157608482
parent8f708fef9c93cd96f0ddca37337807f46d67d64d (diff)
downloadvolse-hubzilla-271d280c91e188109c86a0ed91e6950194ae6396.tar.gz
volse-hubzilla-271d280c91e188109c86a0ed91e6950194ae6396.tar.bz2
volse-hubzilla-271d280c91e188109c86a0ed91e6950194ae6396.zip
Fix orthography
-rw-r--r--Zotlabs/Daemon/Cron_daily.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cron_daily.php b/Zotlabs/Daemon/Cron_daily.php
index 8b398b133..452ef45f1 100644
--- a/Zotlabs/Daemon/Cron_daily.php
+++ b/Zotlabs/Daemon/Cron_daily.php
@@ -50,7 +50,7 @@ class Cron_daily {
dbesc('sse_id.%')
);
- // Clean up emdeded contect cache
+ // Clean up emdedded content cache
q("DELETE FROM cache WHERE updated < %s - INTERVAL %s",
db_utcnow(),
db_quoteinterval(get_config('system','active_expire_days', '30') . ' DAY')