Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9347/src/mail

Modified Files:
        MailFolder.cpp MailFolderCC.cpp MailFolderCmn.cpp 
        SendMessageCC.cpp VFolder.cpp 
Log Message:
fixed a few typos

Index: MailFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolder.cpp,v
retrieving revision 1.313
retrieving revision 1.314
diff -b -u -2 -r1.313 -r1.314
--- MailFolder.cpp      13 Aug 2004 21:53:43 -0000      1.313
+++ MailFolder.cpp      4 Oct 2004 12:30:21 -0000       1.314
@@ -167,5 +167,5 @@
       return NULL;
 
-   // ensure that we have the authentification information for this folder
+   // ensure that we have the authentication information for this folder
    // before trying to open it
    bool userEnteredPwd = false;

Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.703
retrieving revision 1.704
diff -b -u -2 -r1.703 -r1.704
--- MailFolderCC.cpp    27 Sep 2004 20:33:31 -0000      1.703
+++ MailFolderCC.cpp    4 Oct 2004 12:30:22 -0000       1.704
@@ -1364,5 +1364,5 @@
             if ( READ_CONFIG(profile, MP_POP_NO_AUTH) )
             {
-               // turn authentification off forcefully
+               // turn authentication off forcefully
                spec << _T("/loser");
             }

Index: MailFolderCmn.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCmn.cpp,v
retrieving revision 1.135
retrieving revision 1.136
diff -b -u -2 -r1.135 -r1.136
--- MailFolderCmn.cpp   20 Jul 2004 12:00:05 -0000      1.135
+++ MailFolderCmn.cpp   4 Oct 2004 12:30:22 -0000       1.136
@@ -757,5 +757,5 @@
          if ( !msg->WriteToString(tmpstr) )
          {
-            wxLogError(_("Failed to get the text of the mesage to save."));
+            wxLogError(_("Failed to get the text of the message to save."));
             rc = false;
          }

Index: SendMessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/SendMessageCC.cpp,v
retrieving revision 1.229
retrieving revision 1.230
diff -b -u -2 -r1.229 -r1.230
--- SendMessageCC.cpp   19 Sep 2004 15:43:43 -0000      1.229
+++ SendMessageCC.cpp   4 Oct 2004 12:30:22 -0000       1.230
@@ -1748,5 +1748,5 @@
    String server = m_ServerHost;
 
-   // use authentification if the user name is specified
+   // use authentication if the user name is specified
    if ( !m_UserName.empty() )
    {

Index: VFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/VFolder.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -u -2 -r1.15 -r1.16
--- VFolder.cpp 12 Oct 2003 22:03:37 -0000      1.15
+++ VFolder.cpp 4 Oct 2004 12:30:23 -0000       1.16
@@ -202,5 +202,5 @@
 {
     // we use the trivial server info implementation as we never reuse them and
-    // don't use authentification neither
+    // don't use authentication neither
     return new VirtualServerInfo(folder);
 }



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to