I would not have choosen the weekend before a freeze for so much CLOSED TREE

This commit is contained in:
Phil Ringnalda 2009-01-11 20:12:32 -08:00
Родитель f87895ebda
Коммит c0c4db15f5
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1265,7 +1265,7 @@ FeedWriter.prototype = {
var selectedItem = this._getSelectedItemFromMenulist(handlersMenuList);
// Show the file picker before subscribing if the
// choose application menuitem was choosen using the keyboard
// choose application menuitem was chosen using the keyboard
if (selectedItem.id == "chooseApplicationMenuItem") {
if (!this._chooseClientApp())
return;

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

@ -6652,7 +6652,7 @@ nsNavHistory::RemoveDuplicateURIs()
getter_AddRefs(annoStatement));
NS_ENSURE_SUCCESS(rv, rv);
// this query deletes all duplicate uris except the choosen id
// this query deletes all duplicate uris except the chosen id
nsCOMPtr<mozIStorageStatement> deleteStatement;
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
"DELETE FROM moz_places WHERE url = ?1 AND id <> ?2"),