Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan git-svn-id: svn://10.0.0.236/trunk@185269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -568,7 +568,7 @@ public class SendMsgClnt extends Frame
|
||||
|
||||
try
|
||||
{
|
||||
// >>>> Build and retrun a text MIME Message <<<<
|
||||
// >>>> Build and return a text MIME Message <<<<
|
||||
|
||||
// Get an inputStream to user entered text
|
||||
bins = new ByteArrayInputStream ((textArea.getText()).getBytes());
|
||||
@@ -621,7 +621,7 @@ public class SendMsgClnt extends Frame
|
||||
|
||||
try
|
||||
{
|
||||
// >>>> Build and retrun a Multi-pArt MIME Message <<<<
|
||||
// >>>> Build and return a Multi-Part MIME Message <<<<
|
||||
|
||||
// Get an inputStream to user entered text
|
||||
bins = new ByteArrayInputStream ((textArea.getText()).getBytes());
|
||||
|
||||
Reference in New Issue
Block a user