diff options
author | Luiz Otavio O Souza <luiz@netgate.com> | 2015-11-16 13:07:07 -0600 |
---|---|---|
committer | Luiz Otavio O Souza <luiz@netgate.com> | 2015-11-16 15:12:01 -0600 |
commit | 11482216c42011eeb77aec557775e176056bcbba (patch) | |
tree | da42d618063268af6ff1ee3bf7b375ea352748d9 /src/usr/local | |
parent | 7fecc0fb7f5f37e7132c7495246d44e899514e29 (diff) | |
download | pfsense-11482216c42011eeb77aec557775e176056bcbba.zip pfsense-11482216c42011eeb77aec557775e176056bcbba.tar.gz |
Fix a typo.
Diffstat (limited to 'src/usr/local')
-rwxr-xr-x | src/usr/local/www/system_hasync.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_hasync.php b/src/usr/local/www/system_hasync.php index 6132ccc..e113d32 100755 --- a/src/usr/local/www/system_hasync.php +++ b/src/usr/local/www/system_hasync.php @@ -151,7 +151,7 @@ $section->addInput(new Form_Checkbox( $section->addInput(new Form_Select( 'pfsyncinterface', - 'Synchorize Interface', + 'Synchronize Interface', $pconfig['pfsyncinterface'], $iflist ))->setHelp('If Synchronize States is enabled this interface will be used for communication.<br />' . |