| Index: chrome/browser/prefs/pref_service.h
|
| ===================================================================
|
| --- chrome/browser/prefs/pref_service.h (revision 69337)
|
| +++ chrome/browser/prefs/pref_service.h (working copy)
|
| @@ -139,7 +139,7 @@
|
| void RegisterListPref(const char* path);
|
| void RegisterDictionaryPref(const char* path);
|
|
|
| - // These varients use a default value from the locale dll instead.
|
| + // These variants use a default value from the locale dll instead.
|
| void RegisterLocalizedBooleanPref(const char* path,
|
| int locale_default_message_id);
|
| void RegisterLocalizedIntegerPref(const char* path,
|
|
|