summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-09-28 08:43:29 +0200
committerdoktornotor <notordoktor@gmail.com>2015-09-28 08:43:29 +0200
commitf164ace44a5045e9f05e10b24ce2842a04e0be4e (patch)
treee1f7c77449ab12bd6c0c163fa2fd2526876b4d36
parentce7edffff26e91ec9ccbb532ac023bccaff74b83 (diff)
downloadpfsense-f164ace44a5045e9f05e10b24ce2842a04e0be4e.zip
pfsense-f164ace44a5045e9f05e10b24ce2842a04e0be4e.tar.gz
Fix comment language
-rw-r--r--src/etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/pkg-utils.inc b/src/etc/inc/pkg-utils.inc
index 90d2e63..0e9107b 100644
--- a/src/etc/inc/pkg-utils.inc
+++ b/src/etc/inc/pkg-utils.inc
@@ -882,7 +882,7 @@ function delete_package_xml($package_name, $when = "post-deinstall") {
write_config("Removed {$package_name} package.\n");
/* remove package entry from /etc/syslog.conf if needed */
- /* this must to be done after removing the entries from config.xml */
+ /* this must be done after removing the entries from config.xml */
if ($need_syslog_restart) {
system_syslogd_start();
}
OpenPOWER on IntegriCloud