Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Issue 5878001: Fix a typo (Closed)

Created:
10 years ago by Ilya Sherman
Modified:
9 years, 7 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/resources/bookmark_manager/main.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Ilya Sherman
10 years ago (2010-12-15 05:35:50 UTC) #1
arv (Not doing code reviews)
10 years ago (2010-12-15 19:22:05 UTC) #2
LGTM

erik



On Tue, Dec 14, 2010 at 21:35,  <isherman@chromium.org> wrote:
> Reviewers: arv,
>
> Description:
> Fix a typo
>
> BUG=59499
> TEST=none
>
> Please review this at http://codereview.chromium.org/5878001/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src
>
> Affected files:
>  M chrome/browser/resources/bookmark_manager/main.html
>
>
> Index: chrome/browser/resources/bookmark_manager/main.html
> diff --git a/chrome/browser/resources/bookmark_manager/main.html
> b/chrome/browser/resources/bookmark_manager/main.html
> index
>
8e30a45442dfd9f7aa51cd3f54215eb21afeae1a..4fc5dc4dd1f8e6f86d6e589dd28607bb447539fe
> 100644
> --- a/chrome/browser/resources/bookmark_manager/main.html
> +++ b/chrome/browser/resources/bookmark_manager/main.html
> @@ -154,7 +154,7 @@ const Promise = cr.Promise;
>
>  // Sometimes the extension API is not initialized.
>  if (!chrome.bookmarks)
> -  console.error('Bookmarks extension API is not avaiable');
> +  console.error('Bookmarks extension API is not available');
>
>  // Allow platform specific CSS rules.
>  if (cr.isMac)
>
>
>

Powered by Google App Engine
This is Rietveld 408576698