| Index: content/browser/indexed_db/indexed_db_backing_store.h
 | 
| diff --git a/content/browser/indexed_db/indexed_db_backing_store.h b/content/browser/indexed_db/indexed_db_backing_store.h
 | 
| index 52344e1e970712e585dc4f5cad5175f8f035990e..65db0670d6a7f6389da4a23955bdc3bfcc1bc1b4 100644
 | 
| --- a/content/browser/indexed_db/indexed_db_backing_store.h
 | 
| +++ b/content/browser/indexed_db/indexed_db_backing_store.h
 | 
| @@ -261,7 +261,7 @@ class CONTENT_EXPORT IndexedDBBackingStore
 | 
|  
 | 
|      // List of blob files being newly written as part of this transaction.
 | 
|      // These will be added to the primary blob journal prior to commit, then
 | 
| -    // removed after a sucessful commit.
 | 
| +    // removed after a successful commit.
 | 
|      BlobJournalType blobs_to_write_;
 | 
|  
 | 
|      // List of blob files being deleted as part of this transaction. These will
 | 
| 
 |