[wpkg-users] [Bug 292] New: v1.3.2-RC2 typo in variable name
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Sat May 6 17:50:58 CEST 2017
http://bugzilla.wpkg.org/show_bug.cgi?id=292
Bug ID: 292
Summary: v1.3.2-RC2 typo in variable name
Product: WPKG
Version: other
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: wpkg.js
Assignee: mangoo at wpkg.org
Reporter: dafydd at techneg.it
QA Contact: wpkg-users at lists.wpkg.org
--- a/wpkg.js
+++ b/wpkg.js
@@ -6527,7 +6527,7 @@ function removePackage(packageNode) {
// Verify whether checks shall be used to verify if the package
// has been removed already.
if (checkPolicy == "always" && !isInstalled(packageNode)) {
- dinfo(packageMesseage + "Package already removed from system.
Skipping removal.");
+ dinfo(packageMessage + "Package already removed from system.
Skipping removal.");
// Package already removed. Skip removal.
success = true;
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20170506/c2fac58b/attachment.html>
More information about the wpkg-users
mailing list