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
Родитель 0017a1b17a
Коммит 2b9c4eda2a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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"].