summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-02-11 12:52:14 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-02-11 07:02:30 -0200
commit1444c08e3e38123925f59fe297bc526f0d4755b5 (patch)
tree8932c011890ec32940e868b9730670884382959a /etc/inc/system.inc
parent4ab7f8f4e8517fb4dfba4706327b992a9676a521 (diff)
downloadpfsense-1444c08e3e38123925f59fe297bc526f0d4755b5.zip
pfsense-1444c08e3e38123925f59fe297bc526f0d4755b5.tar.gz
Random text typos
that I noticed.
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 205515c..3f81e0e 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -939,7 +939,7 @@ function system_webgui_create_certificate() {
'organizationName' => "{$g['product_name']} webConfigurator Self-Signed Certificate",
'emailAddress' => "admin@{$config['system']['hostname']}.{$config['system']['domain']}",
'commonName' => "{$config['system']['hostname']}-{$cert['refid']}");
- $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 (!cert_create($cert, null, 2048, 2000, $dn, "self-signed", "sha256")){
while($ssl_err = openssl_error_string()){
log_error("Error creating WebGUI Certificate: openssl library returns: " . $ssl_err);
@@ -1235,7 +1235,7 @@ mimetype.assign = (
url.access-deny = ( "~", ".inc" )
-######### Options that are good to be but not neccesary to be changed #######
+######### Options that are good to be but not necessary to be changed #######
## bind to port (default: 80)
@@ -1746,7 +1746,7 @@ function system_ntp_configure($start_ntpd=true) {
}
}
- /* open configuration for wrting or bail */
+ /* open configuration for writing or bail */
if (!@file_put_contents("{$g['varetc_path']}/ntpd.conf", $ntpcfg)) {
log_error("Could not open {$g['varetc_path']}/ntpd.conf for writing");
return;
OpenPOWER on IntegriCloud