| Index: chrome/common/extensions/api/tts.json
 | 
| diff --git a/chrome/common/extensions/api/tts.json b/chrome/common/extensions/api/tts.json
 | 
| index 601edbf527c31b288059dcf0c2bf73ff663ed9bf..3b2abf240c35e045a07b612fc2a72908f1afc1e3 100644
 | 
| --- a/chrome/common/extensions/api/tts.json
 | 
| +++ b/chrome/common/extensions/api/tts.json
 | 
| @@ -169,7 +169,7 @@
 | 
|              "type": "function",
 | 
|              "name": "callback",
 | 
|              "optional": true,
 | 
| -            "description": "Called right away, before speech finishes. Check chrome.extension.lastError to make sure there were no errors. Use options.onEvent to get more detailed feedback.",
 | 
| +            "description": "Called right away, before speech finishes. Check chrome.runtime.lastError to make sure there were no errors. Use options.onEvent to get more detailed feedback.",
 | 
|              "parameters": []
 | 
|            }
 | 
|          ]
 | 
| 
 |