| Index: chrome/common/persistent_pref_store.h
|
| diff --git a/chrome/common/persistent_pref_store.h b/chrome/common/persistent_pref_store.h
|
| index 9e2fb0a5ee78d24c0bf232ffca88edae0421e2a9..e0eb8dcf06faeea1b50e6b23b418f3aa95f7bf95 100644
|
| --- a/chrome/common/persistent_pref_store.h
|
| +++ b/chrome/common/persistent_pref_store.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -11,7 +11,7 @@
|
| #include <chrome/common/pref_store.h>
|
|
|
| // This interface is complementary to the PrefStore interface, declaring
|
| -// additional functionatliy that adds support for setting values and persisting
|
| +// additional functionality that adds support for setting values and persisting
|
| // the data to some backing store.
|
| class PersistentPrefStore : public PrefStore {
|
| public:
|
|
|