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

git-svn-id: svn://10.0.0.236/trunk@123231 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2002-06-13 20:13:17 +00:00
parent c181c1cb21
commit b4c6ecaa43

View File

@@ -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]