Fix some typos to kick qm-win2k3-01 into doing another build, to see if the test bustage is spurious.

This commit is contained in:
jwalden@mit.edu 2007-07-24 15:31:33 -07:00
Родитель c5fd48e6f9
Коммит ab97bed24d
2 изменённых файлов: 7 добавлений и 7 удалений

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

@ -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

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

@ -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