summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorArthaey Angosii <[email protected]>2013-04-06 20:12:01 -0700
committerArthaey Angosii <[email protected]>2013-04-06 20:12:01 -0700
commit07420088819ab19b34cd086e5777428fb8f80131 (patch)
tree06b8a11eca986bc9f5a9b57e2b2bfd9172fa36a4 /config.php-dist
parente186015e4e151128987898d53c8c9386d120698d (diff)
Fix typo in config.php
Looks like a typo of "vary" instead of "wary", and "aware" sounds better.
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 43672a066..43c84518a 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -109,7 +109,7 @@
// ***********************************
define('ENABLE_REGISTRATION', false);
- // Allow users to register themselves. Please be vary that allowing
+ // Allow users to register themselves. Please be aware that allowing
// random people to access your tt-rss installation is a security risk
// and potentially might lead to data loss or server exploit. Disabled
// by default.