diff options
author | jim-p <jimp@pfsense.org> | 2015-02-06 11:04:16 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2015-02-06 11:04:16 -0500 |
commit | dbdbf9b53000e2494cde3a3a9c39eff30d0e8a43 (patch) | |
tree | 4b2a172b45a4115a0bdbadd371fa96d7a26e498f /config | |
parent | e8347e149d70fb581716e931431eb6ccc5889b9f (diff) | |
download | pfsense-packages-dbdbf9b53000e2494cde3a3a9c39eff30d0e8a43.tar.gz pfsense-packages-dbdbf9b53000e2494cde3a3a9c39eff30d0e8a43.tar.bz2 pfsense-packages-dbdbf9b53000e2494cde3a3a9c39eff30d0e8a43.zip |
Fix typo
Spotted-By: Phil Davis
(Thanks!)
Diffstat (limited to 'config')
-rw-r--r-- | config/softflowd/softflowd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/softflowd/softflowd.xml b/config/softflowd/softflowd.xml index 0c89faac..55065429 100644 --- a/config/softflowd/softflowd.xml +++ b/config/softflowd/softflowd.xml @@ -104,7 +104,7 @@ <type>input</type> </field> <field> - <fielddescr>Maximum Liftime</fielddescr> + <fielddescr>Maximum Lifetime</fielddescr> <fieldname>timeout-maxlife</fieldname> <description>(Seconds) This is the maximum lifetime that a flow may exist for. All flows are forcibly expired when they pass maxlife seconds. To disable this feature, specify a maxlife of 0.</description> <type>input</type> |