diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-05 00:14:21 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-05 00:14:21 +0000 |
commit | 782c65b8af1055def835bd8277d873f6b398ecb1 (patch) | |
tree | 808dd5c312d31f5fca4f3fa3fffea39dc3ce2d1f /usr/local/www | |
parent | c32518faf711428d0ce4ac401ac2b3948aad7e66 (diff) | |
download | pfsense-782c65b8af1055def835bd8277d873f6b398ecb1.zip pfsense-782c65b8af1055def835bd8277d873f6b398ecb1.tar.gz |
Fix members
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/firewall_nat_out_edit.php | 2 | ||||
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php index 426b8d8..db06fd9 100755 --- a/usr/local/www/firewall_nat_out_edit.php +++ b/usr/local/www/firewall_nat_out_edit.php @@ -398,7 +398,7 @@ function sourcesel_change() { <td width="22%" valign="top" class="vncell">No XMLRPC Sync</td> <td width="78%" class="vtable"> <input name="nosync" type="checkbox" class="formfld" id="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br> - HINT: This prevents the rule from automatically syncing to other carp memebers. + HINT: This prevents the rule from automatically syncing to other carp members. </td> </tr> <tr> diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index c9be47d..f0bb332 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -687,7 +687,7 @@ include("head.inc"); <td width="22%" valign="top" class="vncell">No XMLRPC Sync</td> <td width="78%" class="vtable"> <input type="checkbox" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br> - HINT: This prevents the rule from automatically syncing to other carp memebers. + HINT: This prevents the rule from automatically syncing to other carp members. </td> </tr> <?php |