summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAugustin-FL <Augustin-FL@users.noreply.github.com>2018-11-18 10:12:06 +0100
committerRenato Botelho <renato@netgate.com>2018-11-20 14:26:15 -0200
commit79765f9c2d598bee3203ebd753be216a1a96487a (patch)
tree26b750f8dd77e5b902d8af2f5fb7ac69c8d022fc /src
parent617f0a4ca02995fd8f5d14e1566617d67a78e625 (diff)
downloadpfsense-79765f9c2d598bee3203ebd753be216a1a96487a.zip
pfsense-79765f9c2d598bee3203ebd753be216a1a96487a.tar.gz
Fix few spelling issues
Ticket #9134 (cherry picked from commit 85a8f9b0ce0d0fac6f361bc5dfd09c67607020f1)
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/captiveportal.inc2
-rw-r--r--src/usr/local/www/services_captiveportal.php8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/etc/inc/captiveportal.inc b/src/etc/inc/captiveportal.inc
index 8b9a950..9b4856f 100644
--- a/src/etc/inc/captiveportal.inc
+++ b/src/etc/inc/captiveportal.inc
@@ -2656,7 +2656,7 @@ function captiveportal_send_server_accounting($type = 'on', $ruleno = null, $use
} elseif ($type === 'update') {
$racct = new Auth_RADIUS_Acct_Update;
if (!is_int($stop_time)) {
- $stop_time = time(); // "top time" here will be used only for calcuating session time.
+ $stop_time = time(); // "top time" here will be used only for calculating session time.
}
} else {
return null;
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php
index 3b82e18..8d6abad 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -907,7 +907,7 @@ $group->add(new Form_Select(
true
))->setHelp("You can add a remote authentication server in the <a href=\"/system_authservers.php\">User Manager</a>.<br/>".
"<span class=\"vouchers_helptext\">Vouchers could also be used, please go to ".
- "the <a href=\"services_captiveportal_vouchers.php?zone={$cpzone}\">Voutchers Page</a> to enable them.</span>");
+ "the <a href=\"services_captiveportal_vouchers.php?zone={$cpzone}\">Vouchers Page</a> to enable them.</span>");
$section->add($group);
$group = new Form_Group('Secondary authentication Server');
@@ -955,7 +955,7 @@ $section->addInput(new Form_Input(
'RADIUS MAC Secret',
'text',
$pconfig['radmac_secret']
-))->setHelp('RADIUS MAC will automatically try to authenticate devices with their MAC address as username, and the password entered below as password. Devices will still need to make one HTTP request to get connected, throught.');
+))->setHelp('RADIUS MAC will automatically try to authenticate devices with their MAC address as username, and the password entered below as password. Devices will still need to make one HTTP request to get connected, through.');
$section->addInput(new Form_Checkbox(
'radmac_fallback',
@@ -1128,7 +1128,7 @@ $section->addInput(new Form_Checkbox(
$pconfig['nohttpsforwards']
))->setHelp('If this option is set, attempts to connect to SSL/HTTPS (Port 443) sites will not be forwarded to the captive portal. ' .
'This prevents certificate errors from being presented to the user even if HTTPS logins are enabled. ' .
- 'Users must attempt a connecton to an HTTP (Port 80) site to get forwarded to the captive portal. ' .
+ 'Users must attempt a connection to an HTTP (Port 80) site to get forwarded to the captive portal. ' .
'If HTTPS logins are enabled, the user will be redirected to the HTTPS login page.');
$form->add($section);
@@ -1292,7 +1292,7 @@ events.push(function() {
else if(value.indexOf("Local Auth") === 0) {
shouldHideLocal = false;
}
- if($('#auth_method').val().indexOf("authserver") === 0) { // There is no second auth possiblity when none/radmac are selected
+ if($('#auth_method').val().indexOf("authserver") === 0) { // There is no second auth possibility when none/radmac are selected
shouldHideSecondAuth = false;
}
});
OpenPOWER on IntegriCloud