diff options
author | Phil Davis <phil.davis@inf.org> | 2015-09-21 23:04:25 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-09-21 23:04:25 +0545 |
commit | a165710e99edae933b571b475ec13e72b2e89428 (patch) | |
tree | a8889b6e766d2d68473abe979f882b9eb76a2928 /cron.php | |
parent | c5f0ad49b0921cba7285cf134960d72c0034c141 (diff) | |
download | nextcloud-server-a165710e99edae933b571b475ec13e72b2e89428.tar.gz nextcloud-server-a165710e99edae933b571b475ec13e72b2e89428.zip |
Minor text typos
that I noticed while looking at some code.
Diffstat (limited to 'cron.php')
-rw-r--r-- | cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ try { \OCP\BackgroundJob::setExecutionType('cron'); } - // open the file and try to lock if. If it is not locked, the background + // open the file and try to lock it. If it is not locked, the background // job can be executed, otherwise another instance is already running $fp = fopen($lockFile, 'w'); $isLocked = flock($fp, LOCK_EX|LOCK_NB, $wouldBlock); |