Jelajahi Sumber

fixed minor typos in comment

Jesus M. Castagnetto 11 tahun lalu
induk
melakukan
fd54cf6f06
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      lib/pico.php

+ 2 - 2
lib/pico.php

@@ -302,8 +302,8 @@ class Pico {
 	 */
 	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')) {
             $protocol = 'https';
         } else {