| Index: chrome/browser/extensions/extension_apitest.cc
|
| diff --git a/chrome/browser/extensions/extension_apitest.cc b/chrome/browser/extensions/extension_apitest.cc
|
| index 36a0122a04163c21e9a28485aea909956172d190..6039c450c7d183081a7c97e72c21cc9c1047daae 100644
|
| --- a/chrome/browser/extensions/extension_apitest.cc
|
| +++ b/chrome/browser/extensions/extension_apitest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -82,7 +82,7 @@ bool ExtensionApiTest::RunExtensionTestImpl(const char* extension_name,
|
| return false;
|
| }
|
|
|
| - // If there is a subtest to load, navigate to teh subtest page.
|
| + // If there is a subtest to load, navigate to the subtest page.
|
| if (!subtest_page.empty()) {
|
| Extension* extension = GetSingleLoadedExtension();
|
| if (!extension)
|
|
|