diff options
author | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2014-09-18 16:53:24 +0200 |
---|---|---|
committer | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2014-09-18 16:53:24 +0200 |
commit | cd81fd6abf7ceb8410beba7e85b995601db72d51 (patch) | |
tree | a753e57f96a88495d744ab66904b59faec7d33dd /appinfo | |
parent | 2fd1cdf2784a91832d9bd19b84ea9511f1a0da05 (diff) |
Update setup.php
Diffstat (limited to 'appinfo')
-rw-r--r-- | appinfo/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/setup.php b/appinfo/setup.php index 8b829d9e5..d56b66971 100644 --- a/appinfo/setup.php +++ b/appinfo/setup.php @@ -19,7 +19,7 @@ function is_setup() { return false; } - // disable useless codechecker in case security up dates are shipped but + // disable useless codechecker in case security updates are shipped but // blocked because of a bug in the checker if (\OCP\Config::getSystemValue('appcodechecker') !== false) { \OCP\Config::setSystemValue('appcodechecker', false); |