summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-09-18 16:53:24 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-09-18 16:53:24 +0200
commitcd81fd6abf7ceb8410beba7e85b995601db72d51 (patch)
treea753e57f96a88495d744ab66904b59faec7d33dd
parent2fd1cdf2784a91832d9bd19b84ea9511f1a0da05 (diff)
Update setup.php
-rw-r--r--appinfo/setup.php2
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);