diff options
Diffstat (limited to 'chrome/common/persistent_pref_store.h')
-rw-r--r-- | chrome/common/persistent_pref_store.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/persistent_pref_store.h b/chrome/common/persistent_pref_store.h index 9e2fb0a..e0eb8dc 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: |