From 175d8eed7b80cf8588c868b9f5eb347c0fac9fb9 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 26 Apr 2010 11:58:17 -0400
Subject: [PATCH] - fix typos

---
 program/include/rcube_imap.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php
index 9facb32..7a1ce47 100644
--- a/program/include/rcube_imap.php
+++ b/program/include/rcube_imap.php
@@ -92,7 +92,7 @@
      */
     function connect($host, $user, $pass, $port=143, $use_ssl=null)
     {
-        // check for Open-SSL support in PHP build
+        // check for OpenSSL support in PHP build
         if ($use_ssl && extension_loaded('openssl'))
             $this->options['ssl_mode'] = $use_ssl == 'imaps' ? 'ssl' : $use_ssl;
         else if ($use_ssl) {
@@ -3150,7 +3150,7 @@
         if (!$this->caching_enabled)
             return;
     
-        // check for an existing record (probly headers are cached but structure not)
+        // check for an existing record (probably headers are cached but structure not)
         if (!$force) {
             $sql_result = $this->db->query(
                 "SELECT message_id".

--
Gitblit v1.9.1