summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-07-22 13:32:35 -0500
committerChris Buechler <cmb@pfsense.org>2015-07-22 13:32:35 -0500
commitcc31dc7a19c2323d2538c2575024ed7d08bbabc4 (patch)
tree7c11372a87804e56f6a0b1f6838234a60d5f0885
parentb3bcc72952ec1b425294782525515b2d3ef5a53b (diff)
downloadpfsense-cc31dc7a19c2323d2538c2575024ed7d08bbabc4.zip
pfsense-cc31dc7a19c2323d2538c2575024ed7d08bbabc4.tar.gz
fix typo
-rw-r--r--usr/local/sbin/mpd.script2
-rw-r--r--usr/local/www/vpn_ipsec_settings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/sbin/mpd.script b/usr/local/sbin/mpd.script
index 4525b01..28054d7 100644
--- a/usr/local/sbin/mpd.script
+++ b/usr/local/sbin/mpd.script
@@ -1404,7 +1404,7 @@ SetBaudrate2:
## what we program the S-register to equal if it doesn't match.
##
## The $checkValue must match exactly on the first line of output.
-## If we get any wierd error, then fail the script.
+## If we get any weird error, then fail the script.
##
ModemCheckValue:
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index bf00858..025820b 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -163,7 +163,7 @@ if ($_POST) {
unset($config['ipsec']['makebeforebreak']);
}
- /* The wierd logic here is to avoid negative policies when checked #4655 */
+ /* The weird logic here is to avoid negative policies when checked #4655 */
if ($_POST['noshuntlaninterfaces'] == "yes") {
if (isset($config['ipsec']['noshuntlaninterfaces'])) {
unset($config['ipsec']['noshuntlaninterfaces']);
OpenPOWER on IntegriCloud