From ab97bed24d1b429995f7085a70182ab9996bb666 Mon Sep 17 00:00:00 2001 From: "jwalden@mit.edu" Date: Tue, 24 Jul 2007 15:31:33 -0700 Subject: [PATCH] Fix some typos to kick qm-win2k3-01 into doing another build, to see if the test bustage is spurious. --- toolkit/mozapps/extensions/src/nsExtensionManager.js.in | 8 ++++---- toolkit/mozapps/update/src/nsUpdateService.js.in | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/toolkit/mozapps/extensions/src/nsExtensionManager.js.in b/toolkit/mozapps/extensions/src/nsExtensionManager.js.in index 7d267e7b66a9..4445ebd3c44c 100644 --- a/toolkit/mozapps/extensions/src/nsExtensionManager.js.in +++ b/toolkit/mozapps/extensions/src/nsExtensionManager.js.in @@ -312,7 +312,7 @@ function makeItem(id, version, locationKey, minVersion, maxVersion, name, } /** - * Gets the specified directory at the speciifed hierarchy under a + * Gets the specified directory at the specified hierarchy under a * Directory Service key. * @param key * The Directory Service Key to start from @@ -328,7 +328,7 @@ function getDir(key, pathArray) { } /** - * Gets the specified directory at the speciifed hierarchy under a + * Gets the specified directory at the specified hierarchy under a * Directory Service key. * @param key * The Directory Service Key to start from @@ -343,7 +343,7 @@ function getDirNoCreate(key, pathArray) { } /** - * Gets the specified directory at the speciifed hierarchy under a + * Gets the specified directory at the specified hierarchy under a * Directory Service key. * @param key * The Directory Service Key to start from @@ -370,7 +370,7 @@ function getDirInternal(key, pathArray, shouldCreate) { } /** - * Gets the file at the speciifed hierarchy under a Directory Service key. + * Gets the file at the specified hierarchy under a Directory Service key. * @param key * The Directory Service Key to start from * @param pathArray diff --git a/toolkit/mozapps/update/src/nsUpdateService.js.in b/toolkit/mozapps/update/src/nsUpdateService.js.in index 57de3a137090..21ee60460522 100644 --- a/toolkit/mozapps/update/src/nsUpdateService.js.in +++ b/toolkit/mozapps/update/src/nsUpdateService.js.in @@ -184,7 +184,7 @@ function getDir(key, pathArray) { } /** - * Gets the specified directory at the speciifed hierarchy under a + * Gets the specified directory at the specified hierarchy under a * Directory Service key. * @param key * The Directory Service Key to start from @@ -213,7 +213,7 @@ function getUpdateDir(pathArray) { } /** - * Gets the specified directory at the speciifed hierarchy under a + * Gets the specified directory at the specified hierarchy under a * Directory Service key. * @param key * The Directory Service Key to start from @@ -250,7 +250,7 @@ function getDirInternal(key, pathArray, shouldCreate, update) { } /** - * Gets the file at the speciifed hierarchy under a Directory Service key. + * Gets the file at the specified hierarchy under a Directory Service key. * @param key * The Directory Service Key to start from * @param pathArray