| Index: chrome/browser/resources/options/cookies_view.js
|
| ===================================================================
|
| --- chrome/browser/resources/options/cookies_view.js (revision 71705)
|
| +++ chrome/browser/resources/options/cookies_view.js (working copy)
|
| @@ -119,7 +119,7 @@
|
| * Sets app cache info to display.
|
| */
|
| setAppCacheInfo: function(appCache) {
|
| - $('appCacheManifest').textContent = appCache.manefest;
|
| + $('appCacheManifest').textContent = appCache.manifest;
|
| $('appCacheSize').textContent = appCache.size;
|
| $('appCacheCreated').textContent = appCache.created;
|
| $('appCacheLastAccessed').textContent = appCache.accessed;
|
|
|