summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-02-11 12:52:14 +0545
committerPhil Davis <phil.davis@inf.org>2015-02-11 12:52:14 +0545
commitf416763bf064543850524f1d6436166d8be72a5b (patch)
treea52ad17845a9f80edef17c59cdf1d7238bf4e7bf /usr/local/www/system_camanager.php
parent51e76899e66360dc9d8e35f68282c54ccd9a4759 (diff)
downloadpfsense-f416763bf064543850524f1d6436166d8be72a5b.zip
pfsense-f416763bf064543850524f1d6436166d8be72a5b.tar.gz
Random text typos
that I noticed.
Diffstat (limited to 'usr/local/www/system_camanager.php')
-rw-r--r--usr/local/www/system_camanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_camanager.php b/usr/local/www/system_camanager.php
index a4bcea6..cc73b51 100644
--- a/usr/local/www/system_camanager.php
+++ b/usr/local/www/system_camanager.php
@@ -253,7 +253,7 @@ if ($_POST) {
if (!empty($pconfig['key']))
$ca['prv'] = base64_encode($pconfig['key']);
} else {
- $old_err_level = error_reporting(0); /* otherwise openssl_ functions throw warings directly to a page screwing menu tab */
+ $old_err_level = error_reporting(0); /* otherwise openssl_ functions throw warnings directly to a page screwing menu tab */
if ($pconfig['method'] == "existing")
ca_import($ca, $pconfig['cert'], $pconfig['key'], $pconfig['serial']);
OpenPOWER on IntegriCloud