summaryrefslogtreecommitdiff
path: root/includes/authorize.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/authorize.inc')
-rw-r--r--includes/authorize.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/authorize.inc b/includes/authorize.inc
index da6918ca7..8360e132c 100644
--- a/includes/authorize.inc
+++ b/includes/authorize.inc
@@ -18,7 +18,7 @@ function authorize_filetransfer_form($form, &$form_state) {
global $base_url, $is_https;
$form = array();
- // If possible, we want to post this form securely via https.
+ // If possible, we want to post this form securely via HTTPS.
$form['#https'] = TRUE;
// CSS we depend on lives in modules/system/maintenance.css, which is loaded