diff options
author | Bill Marquette <billm@pfsense.org> | 2005-03-31 14:28:26 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-03-31 14:28:26 +0000 |
commit | c14709eff865470257d6dc369e5061da0d1580f1 (patch) | |
tree | d01e7d31266423e35fbe2e481112b337b21e4f79 | |
parent | b61cc97af0119c65759392e7d1f20987b20168fc (diff) | |
download | pfsense-packages-c14709eff865470257d6dc369e5061da0d1580f1.tar.gz pfsense-packages-c14709eff865470257d6dc369e5061da0d1580f1.tar.bz2 pfsense-packages-c14709eff865470257d6dc369e5061da0d1580f1.zip |
Correct a typo and make field descriptions more correct
-rw-r--r-- | packages/stunnel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/stunnel.xml b/packages/stunnel.xml index 0ce73997..a9e9b36d 100644 --- a/packages/stunnel.xml +++ b/packages/stunnel.xml @@ -61,13 +61,13 @@ <field> <fielddescr>Redirects to IP</fielddescr> <fieldname>redirectip</fieldname> - <description>Enter the local IP address to redirect this to.</description> + <description>Enter the IP address to redirect this to.</description> <type>input</type> </field> <field> <fielddescr>Redirects to Port</fielddescr> <fieldname>redirectport</fieldname> - <description>Enter the local port to rediect to.</description> + <description>Enter the port to redirect to.</description> <type>input</type> </field> </fields> |