Bug 596751: Typo is making some logging fail. r=robstrong, a=dtownsend

This commit is contained in:
Dave Townsend 2010-09-16 10:06:24 -07:00
parent e60f4367a7
commit 5e344c17ad

View File

@ -555,7 +555,7 @@ function loadManifestFromDir(aDir) {
let file = aDir.clone();
file.append(FILE_INSTALL_MANIFEST);
if (!file.exists() || !file.isFile())
throw new Error("Directory " + dir.path + " does not contain a valid " +
throw new Error("Directory " + aDir.path + " does not contain a valid " +
"install manifest");
let fis = Cc["@mozilla.org/network/file-input-stream;1"].