From f221e050fdaf61228c4cf42581120bfd6cd9220a Mon Sep 17 00:00:00 2001 From: "bzbarsky@mit.edu" Date: Mon, 13 Aug 2007 18:12:09 -0700 Subject: [PATCH] Fix misspellings of "transferring" in the tree. Bug 258874, patch by Chris Thomas (CTho) , r=bsmedberg, spelling fix rs=brendan --- toolkit/components/downloads/public/nsIDownload.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/components/downloads/public/nsIDownload.idl b/toolkit/components/downloads/public/nsIDownload.idl index 6373e0360e41..2714058182a7 100644 --- a/toolkit/components/downloads/public/nsIDownload.idl +++ b/toolkit/components/downloads/public/nsIDownload.idl @@ -119,7 +119,7 @@ interface nsITransfer : nsISupports { readonly attribute nsIMIMEInfo MIMEInfo; /** - * Optional; transfering information is passed to this listener and used to + * Optional; transferring information is passed to this listener and used to * update client UI. */ attribute nsIWebProgressListener listener;