summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_certmanager.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_certmanager.php
parent51e76899e66360dc9d8e35f68282c54ccd9a4759 (diff)
downloadpfsense-f416763bf064543850524f1d6436166d8be72a5b.zip
pfsense-f416763bf064543850524f1d6436166d8be72a5b.tar.gz
Random text typos
that I noticed.
Diffstat (limited to 'usr/local/www/system_certmanager.php')
-rw-r--r--usr/local/www/system_certmanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_certmanager.php b/usr/local/www/system_certmanager.php
index 8082cd6..e6c7551 100644
--- a/usr/local/www/system_certmanager.php
+++ b/usr/local/www/system_certmanager.php
@@ -339,7 +339,7 @@ if ($_POST) {
$cert['descr'] = $pconfig['descr'];
- $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'] == "import")
cert_import($cert, $pconfig['cert'], $pconfig['key']);
OpenPOWER on IntegriCloud