From 0dabf1ae099ce01fd3dece4d562f29ec0667bedc Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Sun, 14 Sep 2003 21:50:42 +0000 Subject: [PATCH] fix minor typos git-svn-id: svn://10.0.0.236/trunk@146879 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/compose/public/nsIMsgAttachment.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/mailnews/compose/public/nsIMsgAttachment.idl b/mozilla/mailnews/compose/public/nsIMsgAttachment.idl index e7eab7b3e15..6d62bc16939 100644 --- a/mozilla/mailnews/compose/public/nsIMsgAttachment.idl +++ b/mozilla/mailnews/compose/public/nsIMsgAttachment.idl @@ -58,7 +58,7 @@ interface nsIMsgAttachment : nsISupports { /** * temporary attribute * - * @If set to true, the file pointed by the url will be destroyed when tis object is destroyed. + * @If set to true, the file pointed by the url will be destroyed when this object is destroyed. * @This is only for local attachment. */ attribute boolean temporary; @@ -73,7 +73,7 @@ interface nsIMsgAttachment : nsISupports { /** * contentType attribute * - * @Specify the content-type of the attachment, this not include extra content-type parameters. If + * @Specify the content-type of the attachment, this does not include extra content-type parameters. If * @you need to specify extra information, use contentTypeParam, charset, macType or macCreator. * @If ommitted, it will be determined base on either the name, the url or the content of the file. */