diff options
author | Phil Davis <phil.davis@world.inf.org> | 2012-06-13 08:14:02 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2012-06-13 08:14:02 +0545 |
commit | 436699342275a0839379dc836ffff2fac5c9a2dc (patch) | |
tree | d6b626704752417c1152e12310b03ea4d424f1d7 /usr | |
parent | 7530177c7c59795b4e5c0767453444837ee5d622 (diff) | |
download | pfsense-436699342275a0839379dc836ffff2fac5c9a2dc.zip pfsense-436699342275a0839379dc836ffff2fac5c9a2dc.tar.gz |
Fix some Crypto Acceleration text typos
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/system_advanced_misc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php index 8d3da66..d1d07aa 100644 --- a/usr/local/www/system_advanced_misc.php +++ b/usr/local/www/system_advanced_misc.php @@ -74,7 +74,7 @@ else $pconfig['powerd_mode'] = "hadp"; $crypto_modules = array('glxsb' => gettext("AMD Geode LX Security Block"), - 'aesni' => gettext("AES-NI CPU-based Acceleratation")); + 'aesni' => gettext("AES-NI CPU-based Acceleration")); if ($_POST) { @@ -376,7 +376,7 @@ function maxmss_checked(obj) { <?php endforeach; ?> </select> <br /> - <?=gettext("A cryptographic accelator module will use hardware support to speed up some " . + <?=gettext("A cryptographic accelerator module will use hardware support to speed up some " . "cryptographic functions on systems which have the chip. Do not enable this " . "option if you have a Hifn cryptographic acceleration card, as this will take " . "precedence and the Hifn card will not be used. Acceleration should be automatic " . |