Bug 106386 - Correct misspellings in source code (old); Misspellings in /js/; r=mrbkap

This commit is contained in:
Michael Kohler 2009-07-27 10:46:54 +02:00
Родитель ff2074aa0f
Коммит fe68bc0609
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -252,7 +252,7 @@ interface nsIXPConnectWrappedJS : nsIXPConnectJSObjectHolder
*
* That activity is...
*
* When JavaScript code uses a component that is itself implemeted in
* When JavaScript code uses a component that is itself implemented in
* JavaScript then XPConnect will build a wrapper rather than directly
* expose the JSObject of the component. This allows components implemented
* in JavaScript to 'look' just like any other xpcom component (from the

Просмотреть файл

@ -223,7 +223,7 @@ private:
JSBool VerifyRuntime();
/* Taking the unusual step of making all data public to simplify
* the implemetation of the "C" static debugger hooks.
* the implementation of the "C" static debugger hooks.
*/
public: