summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher <kondou@ts.unde.re>2013-09-24 04:45:13 -0700
committerChristopher <kondou@ts.unde.re>2013-09-24 04:45:13 -0700
commite41ef97ac089fba8a956c0e8fa2991d0716f8f6b (patch)
tree23d233b440a54476f6aece5423136c217010e6e2
parent40871bab88159d914cfab2dd938a2312ed8eb1c1 (diff)
parent00c998c5bb611ea775f2b1a294ef4f2029a52c89 (diff)
downloadnextcloud-server-e41ef97ac089fba8a956c0e8fa2991d0716f8f6b.tar.gz
nextcloud-server-e41ef97ac089fba8a956c0e8fa2991d0716f8f6b.zip
Merge pull request #4963 from cyberb/patch-1
fixing typo
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index d39800c8849..8e1a3376d53 100644
--- a/cron.php
+++ b/cron.php
@@ -79,7 +79,7 @@ try {
// We call ownCloud from the CLI (aka cron)
if ($appmode != 'cron') {
- // Use cron in feature!
+ // Use cron in future!
OC_BackgroundJob::setExecutionType('cron');
}