Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Rybalkin <ribalkin@gmail.com>2013-09-24 05:08:58 +0400
committerBoris Rybalkin <ribalkin@gmail.com>2013-09-24 05:08:58 +0400
commit00c998c5bb611ea775f2b1a294ef4f2029a52c89 (patch)
tree170fc880a893f1e062105f962af630e6462dde39 /cron.php
parentbc1c6039b798c9460b8bbb8ef24b0f2d12229810 (diff)
fixing typo
Typo in comment "feature" => "future"
Diffstat (limited to 'cron.php')
-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');
}