From b4c6ecaa43ec28075b153c7d5c2a272dd22e0ce0 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Thu, 13 Jun 2002 20:13:17 +0000 Subject: [PATCH] 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 --- mozilla/xpcom/io/nsIFile.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/io/nsIFile.idl b/mozilla/xpcom/io/nsIFile.idl index e2004093c84..74cd3c94033 100644 --- a/mozilla/xpcom/io/nsIFile.idl +++ b/mozilla/xpcom/io/nsIFile.idl @@ -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]