fix what is almost certainly a typo - ACstring->ACString (no harm done, just causing an xpidl warning at build time)

This commit is contained in:
alecf%flett.org 2003-06-11 18:28:23 +00:00
parent 2751c6b097
commit 13e8097b51

View File

@ -90,7 +90,7 @@ interface nsIImapMailFolderSink : nsISupports {
/**
* The IMAP quota root for this folder, as returned by the GETQUOTAROOT IMAP command.
*/
attribute ACstring folderQuotaRoot;
attribute ACString folderQuotaRoot;
/**
* Used space, in kilobytes, on this folder's quota root.