bug 150165 patch by t.bugz@lament.cjb.net r=bbaetz sr=shaver a=valeski fix typo - [noscrpit] was used instead of [noscript]

This commit is contained in:
dougt%netscape.com 2002-06-13 20:13:17 +00:00
Родитель 08a6a23969
Коммит b036d590aa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -132,7 +132,7 @@ interface nsIFile : nsISupports
* which case the current leaf name will be used.
*/
void copyTo(in nsIFile newParentDir, in AString newName);
[noscrpit] void CopyToNative(in nsIFile newParentDir, in ACString newName);
[noscript] void CopyToNative(in nsIFile newParentDir, in ACString newName);
/**
* copyToFollowingLinks[Native]