| Index: chrome/browser/sync/glue/model_association_manager.h
 | 
| diff --git a/chrome/browser/sync/glue/model_association_manager.h b/chrome/browser/sync/glue/model_association_manager.h
 | 
| index 9be4845b7239895a6b7e4881073591143ddd9d7d..bb5b841303ef02933c1b2bbe9d08a60fb43c0964 100644
 | 
| --- a/chrome/browser/sync/glue/model_association_manager.h
 | 
| +++ b/chrome/browser/sync/glue/model_association_manager.h
 | 
| @@ -80,7 +80,7 @@ class ModelAssociationManager {
 | 
|   private:
 | 
|    enum State {
 | 
|      // This is the state after |Initialize| is called.
 | 
| -    INITIAILIZED_TO_CONFIGURE,
 | 
| +    INITIALIZED_TO_CONFIGURE,
 | 
|      // Starting a new configuration.
 | 
|      CONFIGURING,
 | 
|      // A stop command was issued.
 | 
| 
 |