浏览代码

Fix typo in config.php

Looks like a typo of "vary" instead of "wary", and "aware" sounds better.
Arthaey Angosii 11 年之前
父节点
当前提交
0742008881
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.php-dist

+ 1 - 1
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.