summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-06-20 13:52:29 -0400
committerjim-p <jimp@pfsense.org>2016-06-20 13:52:29 -0400
commit8c2b65f85dcbefb5e79ac1b4b4275e98f02176f8 (patch)
tree97125e6144923deefc91c5050418a6b97e1e8928 /src
parente8c11099ff558c380b0339ab1a48de931aa45e7a (diff)
downloadpfsense-8c2b65f85dcbefb5e79ac1b4b4275e98f02176f8.zip
pfsense-8c2b65f85dcbefb5e79ac1b4b4275e98f02176f8.tar.gz
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php
index 3ca3fa8..02672b3 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -967,7 +967,7 @@ $section->addClass('Radius');
$section->addInput(new Form_Checkbox(
'reauthenticate',
- 'Reathentication',
+ 'Reauthentication',
'Reauthenticate connected users every minute',
$pconfig['reauthenticate']
))->setHelp('If reauthentication is enabled, Access-Requests will be sent to the RADIUS server for each user that is logged in every minute. ' .
OpenPOWER on IntegriCloud