[haiku-commits] r36097 - haiku/trunk/src/preferences/mail

  • From: stefano.ceccherini@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 8 Apr 2010 22:40:13 +0200 (CEST)

Author: jackburton
Date: 2010-04-08 22:40:13 +0200 (Thu, 08 Apr 2010)
New Revision: 36097
Changeset: http://dev.haiku-os.org/changeset/36097/haiku

Modified:
   haiku/trunk/src/preferences/mail/AutoConfig.cpp
Log:
authentification -> authentication, at least where it doesn't harm.


Modified: haiku/trunk/src/preferences/mail/AutoConfig.cpp
===================================================================
--- haiku/trunk/src/preferences/mail/AutoConfig.cpp     2010-04-08 20:39:27 UTC 
(rev 36096)
+++ haiku/trunk/src/preferences/mail/AutoConfig.cpp     2010-04-08 20:40:13 UTC 
(rev 36097)
@@ -76,8 +76,8 @@
        printf("pop_mail_host: %s\n", pInfo->pop_server.String());
        printf("imap_mail_host: %s\n", pInfo->imap_server.String());
        printf("smtp_host: %s\n", pInfo->smtp_server.String());
-       printf("pop authentification: %i\n", int(pInfo->authentification_pop));
-       printf("smtp authentification: %i\n",
+       printf("pop authentication: %i\n", int(pInfo->authentification_pop));
+       printf("smtp authentication: %i\n",
                        int(pInfo->authentification_smtp));
        printf("username_pattern: %i\n",
                        int(pInfo->username_pattern));
@@ -142,7 +142,7 @@
                infoFound = true;
        }
 
-       // authentification type
+       // authentication type
        int32 authType;
        size = node->ReadAttr(ATTR_NAME_AUTHPOP, B_INT32_TYPE, 0, &authType,
                                                        sizeof(int32));


Other related posts:

  • » [haiku-commits] r36097 - haiku/trunk/src/preferences/mail - stefano . ceccherini