Followup fix for bug 453571 to fix typos pointed out by bz in the bug.

This commit is contained in:
Johnny Stenback 2008-09-09 19:56:09 -07:00
Родитель bfb128a90b
Коммит 658e136feb
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -77,7 +77,7 @@ interface nsIDOMJSWindow : nsISupports
void disableExternalCapture();
/**
* This is the scriptable versions of nsIDOMWindowInternal::open()
* This is the scriptable version of nsIDOMWindowInternal::open()
* that takes 3 optional arguments. Its binary name is OpenJS to
* avoid colliding with nsIDOMWindowInternal::open(), which has the
* same signature. The reason we can't have that collision is that
@ -91,7 +91,7 @@ interface nsIDOMJSWindow : nsISupports
[optional] in DOMString options);
/**
* This is the scriptable versions of
* This is the scriptable version of
* nsIDOMWindowInternal::openDialog() that takes 3 optional
* arguments, plus any additional arguments are passed on as
* arguments on the dialog's window object (window.arguments).