diff options
-rw-r--r-- | chrome/browser/extensions/extension_apitest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_apitest.cc b/chrome/browser/extensions/extension_apitest.cc index 36a0122..6039c45 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) |