Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting

r='s from many people. sr=jst


git-svn-id: svn://10.0.0.236/trunk@111049 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com
2001-12-23 23:23:41 +00:00
parent a867f620bb
commit 21c081c8bc
349 changed files with 567 additions and 564 deletions

View File

@@ -245,12 +245,12 @@ public class ServerSink extends IMAP4Sink
/**
* Subscribed or active mailboxes that matched the search criteria
* @param in_attribute The attributes of the mailbox
* @param in_delimeter The hierarchy delimeter
* @param in_delimiter The hierarchy delimiter
* @param in_name The name of the mailbox
*/
public void lsub(StringBuffer in_attribute, StringBuffer in_delimeter, StringBuffer in_name)
public void lsub(StringBuffer in_attribute, StringBuffer in_delimiter, StringBuffer in_name)
{
System.out.println("LSub attribute: " + in_attribute + " delimeter: " + in_delimeter + " name: " + in_name);
System.out.println("LSub attribute: " + in_attribute + " delimiter: " + in_delimiter + " name: " + in_name);
}
//List Response
@@ -259,12 +259,12 @@ public class ServerSink extends IMAP4Sink
/**
* Mailboxes that matched the search criteria
* @param in_attribute The attributes of the mailbox
* @param in_delimeter The hierarchy delimeter
* @param in_delimiter The hierarchy delimiter
* @param in_name The name of the mailbox
*/
public void list(StringBuffer in_attribute, StringBuffer in_delimeter, StringBuffer in_name)
public void list(StringBuffer in_attribute, StringBuffer in_delimiter, StringBuffer in_name)
{
System.out.println("List attribute: " + in_attribute + " delimeter: " + in_delimeter + " name: " + in_name);
System.out.println("List attribute: " + in_attribute + " delimiter: " + in_delimiter + " name: " + in_name);
}
//Search Response