From 617d260dd73f66a96bf6e021044bea1848e59ac5 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Wed, 4 Jul 2012 10:37:47 +0800 Subject: [PATCH] MDL-34035 - fix typo in comment Thanks Sam! --- lib/setuplib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setuplib.php b/lib/setuplib.php index d19b13a6371..51f8d827f42 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -578,7 +578,7 @@ function get_exception_info($ex) { * This is the only option that should be used in standard Moodle code. The other * two options have been implemented because they are useful for third-party plugins. * - * 2. $path may be an absolute URL, starting http:// or http://. In this case, + * 2. $path may be an absolute URL, starting http:// or https://. In this case, * the link is used as is. * * 3. $path may start %%WWWROOT%%, in which case that is replaced by -- 2.43.0