fixing typo

Typo in comment "feature" => "future"
This commit is contained in:
Boris Rybalkin 2013-09-23 21:08:58 -04:00
parent bc1c6039b7
commit 00c998c5bb
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}