From 9ef5d133d395a86818a2c5d7f35d0cfb0ef6bb13 Mon Sep 17 00:00:00 2001 From: Edmund Wong Date: Fri, 22 Oct 2010 15:55:04 -0700 Subject: [PATCH] Bug 602761 - Fix 'a the' comments in Firefox::General. r=dolske a=comments-only --- browser/components/feeds/src/FeedWriter.js | 2 +- browser/components/places/src/PlacesUIUtils.jsm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/components/feeds/src/FeedWriter.js b/browser/components/feeds/src/FeedWriter.js index 88f91d5d8f4..2c1b5b47952 100644 --- a/browser/components/feeds/src/FeedWriter.js +++ b/browser/components/feeds/src/FeedWriter.js @@ -259,7 +259,7 @@ FeedWriter.prototype = { }, /** - * Calls doCommand for a the given XUL element within the context of the + * Calls doCommand for a given XUL element within the context of the * content document. * * @param aElement diff --git a/browser/components/places/src/PlacesUIUtils.jsm b/browser/components/places/src/PlacesUIUtils.jsm index 5aa0db77712..6fb182d28d7 100644 --- a/browser/components/places/src/PlacesUIUtils.jsm +++ b/browser/components/places/src/PlacesUIUtils.jsm @@ -1381,7 +1381,7 @@ XPCOMUtils.defineLazyGetter(PlacesUIUtils, "ptm", function() { }, /** - * Transaction for editing a the description of a bookmark or a folder. + * Transaction for editing the description of a bookmark or a folder. * * @param aItemId * id of the item to edit.