mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
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:
parent
2751c6b097
commit
13e8097b51
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user