diff options
author | Chris Buechler <cmb@pfsense.org> | 2014-11-29 01:48:28 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2014-11-29 01:48:28 -0600 |
commit | 1e59da64f0d471031246e61a17fdd741ad383f68 (patch) | |
tree | 4f264b524e9e32dcba4693c9bbefbee3c3ffc8bc /config/bacula-client | |
parent | 5b171ad1b7028456003e8bacdf4a5ae4d11fd5d1 (diff) | |
download | pfsense-packages-1e59da64f0d471031246e61a17fdd741ad383f68.tar.gz pfsense-packages-1e59da64f0d471031246e61a17fdd741ad383f68.tar.bz2 pfsense-packages-1e59da64f0d471031246e61a17fdd741ad383f68.zip |
fix typo
Diffstat (limited to 'config/bacula-client')
-rw-r--r-- | config/bacula-client/bacula-client_fd.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/bacula-client/bacula-client_fd.xml b/config/bacula-client/bacula-client_fd.xml index d6a6a8f0..08a64ea1 100644 --- a/config/bacula-client/bacula-client_fd.xml +++ b/config/bacula-client/bacula-client_fd.xml @@ -80,12 +80,12 @@ <required/> </field> <field> - <fielddescr>Maximun Concurrent Jobs</fielddescr> + <fielddescr>Maximum Concurrent Jobs</fielddescr> <fieldname>jobs</fieldname> <type>input</type> <size>3</size> <required/> - <description>Maximun Concurrent Jobs. Default : 20</description> + <description>Maximum Concurrent Jobs. Default : 20</description> </field> </fields> @@ -104,4 +104,4 @@ <custom_php_resync_config_command> baculaclient_custom_php_write_config(); </custom_php_resync_config_command> -</packagegui>
\ No newline at end of file +</packagegui> |