浏览代码

fixed minor typos in comment

Jesus M. Castagnetto 11 年之前
父节点
当前提交
fd54cf6f06
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/pico.php

+ 2 - 2
lib/pico.php

@@ -302,8 +302,8 @@ class Pico {
 	 */
 	 */
 	private function get_protocol()
 	private function get_protocol()
 	{
 	{
-        // need to check if HTTPS is set and is not 'off' (and ISAPI/IIS 
-        // peculiarity)
+        // need to check if HTTPS is set and is not 'off' (a documented
+        // ISAPI/IIS peculiarity)
         if (isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] !== 'off')) {
         if (isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] !== 'off')) {
             $protocol = 'https';
             $protocol = 'https';
         } else {
         } else {