<html>
    <head>
      <base href="http://bugzilla.wpkg.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - v1.3.2-RC2 typo in variable name"
   href="http://bugzilla.wpkg.org/show_bug.cgi?id=292">292</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>v1.3.2-RC2 typo in variable name
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WPKG
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>wpkg.js
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mangoo@wpkg.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>dafydd@techneg.it
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>wpkg-users@lists.wpkg.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>--- 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;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>