summaryrefslogtreecommitdiffstats
path: root/appinfo/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/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);