summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2010-11-05 20:33:01 +0200
committerWarren Baker <warren@decoy.co.za>2010-11-05 20:33:01 +0200
commitc62d973d7d55db1ede92f93ceb61242dfe43b106 (patch)
treedf55b0330bc4b6c19dd1bd1df3f0566e52ed780c /etc
parent0397625421ad66389060f7931de375b6ea431882 (diff)
downloadpfsense-c62d973d7d55db1ede92f93ceb61242dfe43b106.zip
pfsense-c62d973d7d55db1ede92f93ceb61242dfe43b106.tar.gz
Spelling fix.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index adb2aa0..cc27688 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -953,7 +953,7 @@ function delete_package_xml($pkg) {
update_output_window($static_output);
}
if($pkg_config['include_file'] <> "") {
- $static_output = "\tRemoving pacakge instructions...";
+ $static_output = "\tRemoving package instructions...";
update_output_window($static_output);
fwrite($fd_log, "Remove '{$pkg_config['include_file']}'\n");
unlink_if_exists("/usr/local/pkg/" . $pkg_config['include_file']);
OpenPOWER on IntegriCloud