Discussion:
[wpkg-users] [Bug 292] New: v1.3.2-RC2 typo in variable name
b***@bugzilla.wpkg.org
2017-05-06 15:50:58 UTC
Permalink
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: ***@wpkg.org
Reporter: ***@techneg.it
QA Contact: wpkg-***@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.
Loading...